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
-
Field Summary
Modifier and TypeFieldDescriptionprivate final float
private final float
private final float
private final float
private final float
private final boolean
Fields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, young
Fields inherited from class net.minecraft.client.model.Model
renderType
-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
AgeableListModel
(boolean p_102023_, float p_102024_, float p_102025_) protected
AgeableListModel
(boolean p_102027_, float p_102028_, float p_102029_, float p_102030_, float p_102031_, float p_102032_) protected
AgeableListModel
(Function<ResourceLocation, RenderType> p_102015_, boolean p_102016_, float p_102017_, float p_102018_, float p_102019_, float p_102020_, float p_102021_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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_) Methods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModel, setupAnim
Methods inherited from class net.minecraft.client.model.Model
renderType
-
Field Details
-
scaleHead
private final boolean scaleHead -
babyYHeadOffset
private final float babyYHeadOffset -
babyZHeadOffset
private final float babyZHeadOffset -
babyHeadScale
private final float babyHeadScale -
babyBodyScale
private final float babyBodyScale -
bodyYOffset
private final float bodyYOffset
-
-
Constructor Details
-
AgeableListModel
protected AgeableListModel(boolean p_102023_, float p_102024_, float p_102025_) -
AgeableListModel
protected AgeableListModel(boolean p_102027_, float p_102028_, float p_102029_, float p_102030_, float p_102031_, float p_102032_) -
AgeableListModel
protected AgeableListModel(Function<ResourceLocation, RenderType> p_102015_, boolean p_102016_, float p_102017_, float p_102018_, float p_102019_, float p_102020_, float p_102021_) -
AgeableListModel
protected AgeableListModel()
-
-
Method Details
-
renderToBuffer
public 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:
renderToBuffer
in classModel
-
headParts
-
bodyParts
-