Package net.minecraft.client.model
Class FrogModel<T extends Frog>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.HierarchicalModel<T>
net.minecraft.client.model.FrogModel<T>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate static final floatprivate static final floatprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate 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 TypeMethodDescriptionstatic LayerDefinitionroot()voidsetupAnim(T p_233372_, float p_233373_, float p_233374_, float p_233375_, float p_233376_, float p_233377_) Methods inherited from class net.minecraft.client.model.HierarchicalModelanimate, animate, animateWalk, applyStatic, getAnyDescendantWithName, renderToBufferMethods 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:
 
- 
MAX_SWIM_ANIMATION_SPEEDprivate static final float MAX_SWIM_ANIMATION_SPEED- See Also:
 
- 
WALK_ANIMATION_SCALE_FACTORprivate static final float WALK_ANIMATION_SCALE_FACTOR- See Also:
 
- 
root
- 
body
- 
head
- 
eyes
- 
tongue
- 
leftArm
- 
rightArm
- 
leftLeg
- 
rightLeg
- 
croakingBody
 
- 
- 
Constructor Details- 
FrogModel
 
- 
- 
Method Details- 
createBodyLayer
- 
setupAnimpublic void setupAnim(T p_233372_, float p_233373_, float p_233374_, float p_233375_, float p_233376_, float p_233377_) - Specified by:
- setupAnimin class- EntityModel<T extends Frog>
 
- 
root- Specified by:
- rootin class- HierarchicalModel<T extends Frog>
 
 
-