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 LockCode
BeaconTileEntity. lockKey
private LockCode
LockableTileEntity. lockKey
Methods in net.minecraft.tileentity with parameters of type LockCode Modifier and Type Method Description static boolean
LockableTileEntity. 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 LockCode
LockCode. NO_LOCK
Methods in net.minecraft.world that return LockCode Modifier and Type Method Description static LockCode
LockCode. fromTag(CompoundNBT p_180158_0_)
-