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 ChestTypeMethods in net.minecraft.block that return ChestTypeModifier and TypeMethodDescriptionprotected ChestTypeChestBlock.getChestType(World world, BlockPos pos, Direction facing) -
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(ChestBlockEntityRenderState.Variant variant, ChestType type) -
Uses of ChestType in net.minecraft.client.render.block.entity.state
Fields in net.minecraft.client.render.block.entity.state declared as ChestType -
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.