Package net.minecraft.client.model
Class AgeableListModel<E extends Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.AgeableListModel<E>
- Direct Known Subclasses:
- AxolotlModel,- BeeModel,- ChickenModel,- ColorableAgeableListModel,- ElytraModel,- FoxModel,- HoglinModel,- HorseModel,- HumanoidModel,- OcelotModel,- QuadrupedModel,- TadpoleModel
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final floatprivate final floatprivate final floatprivate final floatprivate final floatprivate final booleanFields inherited from class net.minecraft.client.model.EntityModelattackTime, riding, youngFields inherited from class net.minecraft.client.model.ModelrenderType
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedprotectedAgeableListModel(boolean p_102023_, float p_102024_, float p_102025_) protectedAgeableListModel(boolean p_102027_, float p_102028_, float p_102029_, float p_102030_, float p_102031_, float p_102032_) protectedAgeableListModel(Function<ResourceLocation, RenderType> p_102015_, boolean p_102016_, float p_102017_, float p_102018_, float p_102019_, float p_102020_, float p_102021_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidrenderToBuffer(PoseStack p_102034_, VertexConsumer p_102035_, int p_102036_, int p_102037_, float p_102038_, float p_102039_, float p_102040_, float p_102041_) Methods inherited from class net.minecraft.client.model.EntityModelcopyPropertiesTo, prepareMobModel, setupAnimMethods inherited from class net.minecraft.client.model.ModelrenderType
- 
Field Details- 
scaleHeadprivate final boolean scaleHead
- 
babyYHeadOffsetprivate final float babyYHeadOffset
- 
babyZHeadOffsetprivate final float babyZHeadOffset
- 
babyHeadScaleprivate final float babyHeadScale
- 
babyBodyScaleprivate final float babyBodyScale
- 
bodyYOffsetprivate final float bodyYOffset
 
- 
- 
Constructor Details- 
AgeableListModelprotected AgeableListModel(boolean p_102023_, float p_102024_, float p_102025_) 
- 
AgeableListModelprotected AgeableListModel(boolean p_102027_, float p_102028_, float p_102029_, float p_102030_, float p_102031_, float p_102032_) 
- 
AgeableListModelprotected AgeableListModel(Function<ResourceLocation, RenderType> p_102015_, boolean p_102016_, float p_102017_, float p_102018_, float p_102019_, float p_102020_, float p_102021_) 
- 
AgeableListModelprotected AgeableListModel()
 
- 
- 
Method Details- 
renderToBufferpublic void renderToBuffer(PoseStack p_102034_, VertexConsumer p_102035_, int p_102036_, int p_102037_, float p_102038_, float p_102039_, float p_102040_, float p_102041_) - Specified by:
- renderToBufferin class- Model
 
- 
headParts
- 
bodyParts
 
-