Package net.minecraft.client.model
Class ColorableHierarchicalModel<E extends Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.HierarchicalModel<E>
net.minecraft.client.model.ColorableHierarchicalModel<E>
- Direct Known Subclasses:
TropicalFishModelA
,TropicalFishModelB
-
Field Summary
Fields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, young
Fields inherited from class net.minecraft.client.model.Model
renderType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
renderToBuffer
(PoseStack p_170506_, VertexConsumer p_170507_, int p_170508_, int p_170509_, int p_350900_) void
setColor
(int p_351056_) Methods inherited from class net.minecraft.client.model.HierarchicalModel
animate, animate, animate, animate, animateWalk, animateWalk, applyStatic, applyStatic, getAnimation, getAnyDescendantWithName, root
Methods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModel, setupAnim
Methods inherited from class net.minecraft.client.model.Model
renderToBuffer, renderType
-
Field Details
-
color
private int color
-
-
Constructor Details
-
ColorableHierarchicalModel
public ColorableHierarchicalModel()
-
-
Method Details
-
setColor
public void setColor(int p_351056_) -
renderToBuffer
public void renderToBuffer(PoseStack p_170506_, VertexConsumer p_170507_, int p_170508_, int p_170509_, int p_350900_) - Overrides:
renderToBuffer
in classHierarchicalModel<E extends Entity>
-