Uses of Class
net.minecraft.client.model.ChestModel
Packages that use ChestModel
-
Uses of ChestModel in net.minecraft.client.renderer.blockentity
Fields in net.minecraft.client.renderer.blockentity declared as ChestModelModifier and TypeFieldDescriptionprivate final ChestModel
ChestRenderer.doubleLeftModel
private final ChestModel
ChestRenderer.doubleRightModel
private final ChestModel
ChestRenderer.singleModel
Methods in net.minecraft.client.renderer.blockentity with parameters of type ChestModelModifier and TypeMethodDescriptionprivate void
ChestRenderer.render
(PoseStack p_112370_, VertexConsumer p_112371_, ChestModel p_364178_, float p_112375_, int p_112376_, int p_112377_) -
Uses of ChestModel in net.minecraft.client.renderer.special
Fields in net.minecraft.client.renderer.special declared as ChestModelConstructors in net.minecraft.client.renderer.special with parameters of type ChestModelModifierConstructorDescriptionChestSpecialRenderer
(ChestModel p_386863_, Material p_388350_, float p_386750_)