Uses of Record Class
net.minecraft.inventory.ContainerLock
Packages that use ContainerLock
- 
Uses of ContainerLock in net.minecraft.block.entityFields in net.minecraft.block.entity declared as ContainerLockModifier and TypeFieldDescriptionprivate ContainerLockBeaconBlockEntity.lockprivate ContainerLockLockableContainerBlockEntity.lockMethods in net.minecraft.block.entity with parameters of type ContainerLockModifier and TypeMethodDescriptionstatic booleanLockableContainerBlockEntity.checkUnlocked(PlayerEntity player, ContainerLock lock, Text containerName) 
- 
Uses of ContainerLock in net.minecraft.componentFields in net.minecraft.component with type parameters of type ContainerLockModifier and TypeFieldDescriptionstatic final ComponentType<ContainerLock> DataComponentTypes.LOCK
- 
Uses of ContainerLock in net.minecraft.inventoryFields in net.minecraft.inventory declared as ContainerLockModifier and TypeFieldDescriptionstatic final ContainerLockContainerLock.EMPTYAn empty container lock that can always be opened.Fields in net.minecraft.inventory with type parameters of type ContainerLockModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ContainerLock> ContainerLock.CODECMethods in net.minecraft.inventory that return ContainerLockModifier and TypeMethodDescriptionstatic ContainerLockContainerLock.fromNbt(NbtCompound nbt, RegistryWrapper.WrapperLookup registries) Creates a newContainerLockfrom theLockkey of the NBT compound.