Uses of Class
net.minecraft.world.LockCode
-
Packages that use LockCode Package Description net.minecraft.tileentity net.minecraft.world -
-
Uses of LockCode in net.minecraft.tileentity
Fields in net.minecraft.tileentity declared as LockCode Modifier and Type Field Description private LockCodeBeaconTileEntity. lockKeyprivate LockCodeLockableTileEntity. lockKeyMethods in net.minecraft.tileentity with parameters of type LockCode Modifier and Type Method Description static booleanLockableTileEntity. canUnlock(PlayerEntity p_213905_0_, LockCode p_213905_1_, ITextComponent p_213905_2_) -
Uses of LockCode in net.minecraft.world
Fields in net.minecraft.world declared as LockCode Modifier and Type Field Description static LockCodeLockCode. NO_LOCKMethods in net.minecraft.world that return LockCode Modifier and Type Method Description static LockCodeLockCode. fromTag(CompoundNBT p_180158_0_)
-