Package net.minecraft.client.model
Class AgeableHierarchicalModel<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.AgeableHierarchicalModel<E>
- Direct Known Subclasses:
- SnifferModel
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final floatprivate final floatFields inherited from class net.minecraft.client.model.EntityModelattackTime, riding, youngFields inherited from class net.minecraft.client.model.ModelrenderType
- 
Constructor SummaryConstructorsConstructorDescriptionAgeableHierarchicalModel(float p_273694_, float p_273578_) AgeableHierarchicalModel(float p_273130_, float p_273302_, Function<ResourceLocation, RenderType> p_273636_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidrenderToBuffer(PoseStack p_273029_, VertexConsumer p_272763_, int p_273665_, int p_272602_, float p_273190_, float p_273731_, float p_272609_, float p_273331_) Methods inherited from class net.minecraft.client.model.HierarchicalModelanimate, animate, animateWalk, applyStatic, getAnyDescendantWithName, rootMethods inherited from class net.minecraft.client.model.EntityModelcopyPropertiesTo, prepareMobModel, setupAnimMethods inherited from class net.minecraft.client.model.ModelrenderType
- 
Field Details- 
youngScaleFactorprivate final float youngScaleFactor
- 
bodyYOffsetprivate final float bodyYOffset
 
- 
- 
Constructor Details- 
AgeableHierarchicalModelpublic AgeableHierarchicalModel(float p_273694_, float p_273578_) 
- 
AgeableHierarchicalModelpublic AgeableHierarchicalModel(float p_273130_, float p_273302_, Function<ResourceLocation, RenderType> p_273636_) 
 
- 
- 
Method Details- 
renderToBufferpublic void renderToBuffer(PoseStack p_273029_, VertexConsumer p_272763_, int p_273665_, int p_272602_, float p_273190_, float p_273731_, float p_272609_, float p_273331_) - Overrides:
- renderToBufferin class- HierarchicalModel<E extends Entity>
 
 
-