Uses of Enum Class
net.minecraft.block.enums.ChestType
Packages that use ChestType
Package
Description
The base package for all Minecraft classes.
-
Uses of ChestType in net.minecraft
Fields in net.minecraft declared as ChestType -
Uses of ChestType in net.minecraft.block
Fields in net.minecraft.block with type parameters of type ChestTypeMethods in net.minecraft.block that return ChestTypeModifier and TypeMethodDescriptionprotected ChestTypeChestBlock.method_74027(World world, BlockPos blockPos, Direction direction) -
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 TypeMethodDescriptionprivate static SpriteIdentifierTexturedRenderLayers.getChestTextureId(ChestType type, SpriteIdentifier single, SpriteIdentifier left, SpriteIdentifier right) static SpriteIdentifierTexturedRenderLayers.getChestTextureId(class_11959.class_11960 class_11960, ChestType type) -
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.