Package net.minecraft.client.model
Class WindChargeModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<AbstractWindCharge>
net.minecraft.client.model.HierarchicalModel<AbstractWindCharge>
net.minecraft.client.model.WindChargeModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ModelPartprivate static final intprivate final ModelPartprivate final ModelPartFields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, youngFields inherited from class net.minecraft.client.model.Model
renderType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinitionroot()voidsetupAnim(AbstractWindCharge entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) Sets this entity's model rotation anglesMethods inherited from class net.minecraft.client.model.HierarchicalModel
animate, animate, animate, animate, animateWalk, animateWalk, applyStatic, applyStatic, getAnimation, getAnyDescendantWithName, renderToBufferMethods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModelMethods inherited from class net.minecraft.client.model.Model
renderToBuffer, renderType
-
Field Details
-
ROTATION_SPEED
private static final int ROTATION_SPEED- See Also:
-
bone
-
windCharge
-
wind
-
-
Constructor Details
-
WindChargeModel
-
-
Method Details
-
createBodyLayer
-
setupAnim
public void setupAnim(AbstractWindCharge entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) Sets this entity's model rotation angles- Specified by:
setupAnimin classEntityModel<AbstractWindCharge>
-
root
- Specified by:
rootin classHierarchicalModel<AbstractWindCharge>
-