Uses of Enum Class
net.minecraft.world.level.block.state.properties.ChestType
Packages that use ChestType
Package
Description
-
Uses of ChestType in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type ChestTypeModifier and TypeMethodDescriptionstatic Material
Sheets.chooseMaterial
(BlockEntity p_110768_, ChestType p_110769_, boolean p_110770_) private static Material
Sheets.chooseMaterial
(ChestType p_110772_, Material p_110773_, Material p_110774_, Material p_110775_) -
Uses of ChestType in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type ChestTypeModifier and TypeMethodDescriptionprotected Material
ChestRenderer.getMaterial
(T blockEntity, ChestType chestType) -
Uses of ChestType in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type ChestType -
Uses of ChestType in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type ChestTypeModifier and TypeFieldDescriptionstatic final EnumProperty<ChestType>
BlockStateProperties.CHEST_TYPE
Methods in net.minecraft.world.level.block.state.properties that return ChestTypeModifier and TypeMethodDescriptionChestType.getOpposite()
static ChestType
Returns the enum constant of this class with the specified name.static ChestType[]
ChestType.values()
Returns an array containing the constants of this enum class, in the order they are declared.