Uses of Enum Class
net.minecraft.block.enums.ChestType
Packages that use ChestType
Package
Description
-
Uses of ChestType in net.minecraft.block
Fields in net.minecraft.block with type parameters of type ChestType -
Uses of ChestType in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return ChestTypeModifier and TypeMethodDescriptionChestType.getOpposite()static ChestTypeReturns 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. -
Uses of ChestType in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type ChestTypeModifier and TypeMethodDescriptionstatic SpriteIdentifierTexturedRenderLayers.getChestTextureId(BlockEntity blockEntity, ChestType type, boolean christmas) private static SpriteIdentifierTexturedRenderLayers.getChestTextureId(ChestType type, SpriteIdentifier single, SpriteIdentifier left, SpriteIdentifier right) -
Uses of ChestType in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type ChestTypeModifier and TypeFieldDescriptionstatic final EnumProperty<ChestType>Properties.CHEST_TYPEA property that specifies what type of chest a block is.