Uses of Class
net.minecraft.client.render.block.entity.model.ChestBlockModel
Packages that use ChestBlockModel
Package
Description
-
Uses of ChestBlockModel in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as ChestBlockModelModifier and TypeFieldDescriptionprivate final ChestBlockModelChestBlockEntityRenderer.doubleChestLeftprivate final ChestBlockModelChestBlockEntityRenderer.doubleChestRightprivate final ChestBlockModelChestBlockEntityRenderer.singleChestMethods in net.minecraft.client.render.block.entity with parameters of type ChestBlockModelModifier and TypeMethodDescriptionprivate voidChestBlockEntityRenderer.render(MatrixStack matrices, VertexConsumer vertices, ChestBlockModel model, float animationProgress, int light, int overlay) -
Uses of ChestBlockModel in net.minecraft.client.render.item.model.special
Fields in net.minecraft.client.render.item.model.special declared as ChestBlockModelConstructors in net.minecraft.client.render.item.model.special with parameters of type ChestBlockModelModifierConstructorDescriptionChestModelRenderer(ChestBlockModel model, SpriteIdentifier textureId, float openness)