类 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>
-
字段概要
字段修饰符和类型字段说明private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
private static final float
private static final float
private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
private static final float
从类继承的字段 net.minecraft.client.model.EntityModel
attackTime, riding, young
从类继承的字段 net.minecraft.client.model.Model
renderType
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static LayerDefinition
root()
void
setupAnim
(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) 从类继承的方法 net.minecraft.client.model.HierarchicalModel
animate, animate, animateWalk, applyStatic, getAnyDescendantWithName, renderToBuffer
从类继承的方法 net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModel
从类继承的方法 net.minecraft.client.model.Model
renderType
-
字段详细资料
-
MAX_WALK_ANIMATION_SPEED
private static final float MAX_WALK_ANIMATION_SPEED- 另请参阅:
-
MAX_SWIM_ANIMATION_SPEED
private static final float MAX_SWIM_ANIMATION_SPEED- 另请参阅:
-
WALK_ANIMATION_SCALE_FACTOR
private static final float WALK_ANIMATION_SCALE_FACTOR- 另请参阅:
-
root
-
body
-
head
-
eyes
-
tongue
-
leftArm
-
rightArm
-
leftLeg
-
rightLeg
-
croakingBody
-
-
构造器详细资料
-
FrogModel
-
-
方法详细资料
-
createBodyLayer
-
setupAnim
public void setupAnim(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) - 指定者:
setupAnim
在类中EntityModel<T extends Frog>
-
root
- 指定者:
root
在类中HierarchicalModel<T extends Frog>
-