Uses of Record Class
net.minecraft.inventory.ContainerLock
Packages that use ContainerLock
Package
Description
The base package for all Minecraft classes.
-
Uses of ContainerLock in net.minecraft
Fields in net.minecraft with type parameters of type ContainerLock -
Uses of ContainerLock in net.minecraft.block.entity
Fields 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.inventory
Fields 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.field_49206Methods in net.minecraft.inventory that return ContainerLockModifier and TypeMethodDescriptionstatic ContainerLockContainerLock.fromNbt(NbtCompound nbt) Creates a newContainerLockfrom theLockkey of the NBT compound.