Package net.minecraft.client.model
Class CamelModel<T extends Camel>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.HierarchicalModel<T>
net.minecraft.client.model.CamelModel<T>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final floatprivate static final floatprivate static final Stringprivate final ModelPartprivate static final floatprivate static final Stringprivate final ModelPart[]private final ModelPartprivate static final Stringprivate final ModelPart[]private static final floatFields inherited from class net.minecraft.client.model.EntityModelattackTime, riding, youngFields inherited from class net.minecraft.client.model.ModelrenderType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate voidapplyHeadRotation(T p_250436_, float p_249176_, float p_251814_, float p_248796_) static LayerDefinitionvoidrenderToBuffer(PoseStack p_250278_, VertexConsumer p_251678_, int p_249298_, int p_251841_, float p_250541_, float p_248890_, float p_250527_, float p_250536_) root()voidsetupAnim(T p_250657_, float p_250501_, float p_249554_, float p_249527_, float p_248774_, float p_250710_) private voidtoggleInvisibleParts(T p_251765_) Methods inherited from class net.minecraft.client.model.HierarchicalModelanimate, animate, animateWalk, applyStatic, getAnyDescendantWithNameMethods inherited from class net.minecraft.client.model.EntityModelcopyPropertiesTo, prepareMobModelMethods inherited from class net.minecraft.client.model.ModelrenderType
- 
Field Details- 
MAX_WALK_ANIMATION_SPEEDprivate static final float MAX_WALK_ANIMATION_SPEED- See Also:
 
- 
WALK_ANIMATION_SCALE_FACTORprivate static final float WALK_ANIMATION_SCALE_FACTOR- See Also:
 
- 
BABY_SCALEprivate static final float BABY_SCALE- See Also:
 
- 
BABY_Y_OFFSETprivate static final float BABY_Y_OFFSET- See Also:
 
- 
SADDLE- See Also:
 
- 
BRIDLE- See Also:
 
- 
REINS- See Also:
 
- 
root
- 
head
- 
saddleParts
- 
ridingParts
 
- 
- 
Constructor Details- 
CamelModel
 
- 
- 
Method Details- 
createBodyLayer
- 
setupAnimpublic void setupAnim(T p_250657_, float p_250501_, float p_249554_, float p_249527_, float p_248774_, float p_250710_) - Specified by:
- setupAnimin class- EntityModel<T extends Camel>
 
- 
applyHeadRotation
- 
toggleInvisibleParts
- 
renderToBufferpublic void renderToBuffer(PoseStack p_250278_, VertexConsumer p_251678_, int p_249298_, int p_251841_, float p_250541_, float p_248890_, float p_250527_, float p_250536_) - Overrides:
- renderToBufferin class- HierarchicalModel<T extends Camel>
 
- 
root- Specified by:
- rootin class- HierarchicalModel<T extends Camel>
 
 
-