类 VillagerModel<T extends Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.HierarchicalModel<T>
net.minecraft.client.model.VillagerModel<T>
- 所有已实现的接口:
HeadedModel
,VillagerHeadModel
- 直接已知子类:
WitchModel
public class VillagerModel<T extends Entity>
extends HierarchicalModel<T>
implements HeadedModel, VillagerHeadModel
-
字段概要
字段修饰符和类型字段说明private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
protected final ModelPart
private final ModelPart
private final ModelPart
从类继承的字段 net.minecraft.client.model.EntityModel
attackTime, riding, young
从类继承的字段 net.minecraft.client.model.Model
renderType
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static MeshDefinition
getHead()
void
hatVisible
(boolean pVisible) 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
-
字段详细资料
-
root
-
head
-
hat
-
hatRim
-
rightLeg
-
leftLeg
-
nose
-
-
构造器详细资料
-
VillagerModel
-
-
方法详细资料
-
createBodyModel
-
root
- 指定者:
root
在类中HierarchicalModel<T extends Entity>
-
setupAnim
public void setupAnim(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) - 指定者:
setupAnim
在类中EntityModel<T extends Entity>
-
getHead
- 指定者:
getHead
在接口中HeadedModel
-
hatVisible
public void hatVisible(boolean pVisible) - 指定者:
hatVisible
在接口中VillagerHeadModel
-