Uses of Class
net.minecraft.block.enums.ChestType
| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.block.enums | |
| net.minecraft.client.render | |
| net.minecraft.client.resource | |
| net.minecraft.state.property |
-
Uses of ChestType in net.minecraft.block
Fields in net.minecraft.block with type parameters of type ChestType Modifier and Type Field Description static EnumProperty<ChestType>ChestBlock. CHEST_TYPE -
Uses of ChestType in net.minecraft.block.enums
Fields in net.minecraft.block.enums declared as ChestType Modifier and Type Field Description static ChestType[]ChestType. VALUESMethods in net.minecraft.block.enums that return ChestType Modifier and Type Method Description ChestTypeChestType. getOpposite()static ChestTypeChestType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChestType[]ChestType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChestType in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type ChestType Modifier and Type Method Description static SpriteIdentifierTexturedRenderLayers. getChestTexture(BlockEntity blockEntity, ChestType type, boolean christmas)private static SpriteIdentifierTexturedRenderLayers. getChestTexture(ChestType type, SpriteIdentifier single, SpriteIdentifier left, SpriteIdentifier right) -
Uses of ChestType in net.minecraft.client.resource
Fields in net.minecraft.client.resource with type parameters of type ChestType Modifier and Type Field Description private static Map<String,com.mojang.datafixers.util.Pair<ChestType,Identifier>>Format4ResourcePack. NEW_TO_OLD_CHEST_TEXTURES -
Uses of ChestType in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type ChestType Modifier and Type Field Description static EnumProperty<ChestType>Properties. CHEST_TYPEA property that specifies what type of chest a block is.