Uses of Enum Class
net.minecraft.client.render.block.entity.state.ChestBlockEntityRenderState.Variant
Packages that use ChestBlockEntityRenderState.Variant
Package
Description
-
Uses of ChestBlockEntityRenderState.Variant in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type ChestBlockEntityRenderState.VariantModifier and TypeMethodDescriptionstatic SpriteIdentifierTexturedRenderLayers.getChestTextureId(ChestBlockEntityRenderState.Variant variant, ChestType type) -
Uses of ChestBlockEntityRenderState.Variant in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity that return ChestBlockEntityRenderState.VariantModifier and TypeMethodDescriptionChestBlockEntityRenderer.getVariant(BlockEntity blockEntity, boolean christmas) -
Uses of ChestBlockEntityRenderState.Variant in net.minecraft.client.render.block.entity.state
Fields in net.minecraft.client.render.block.entity.state declared as ChestBlockEntityRenderState.VariantMethods in net.minecraft.client.render.block.entity.state that return ChestBlockEntityRenderState.VariantModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ChestBlockEntityRenderState.Variant[]ChestBlockEntityRenderState.Variant.values()Returns an array containing the constants of this enum class, in the order they are declared.