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
Modifier and TypeFieldDescriptionprivate final ModelPart
private static final int
private final ModelPart
private final ModelPart
Fields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, young
Fields inherited from class net.minecraft.client.model.Model
renderType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinition
root()
void
setupAnim
(AbstractWindCharge p_326187_, float p_311922_, float p_312586_, float p_312400_, float p_312547_, float p_311844_) Methods inherited from class net.minecraft.client.model.HierarchicalModel
animate, animate, animateWalk, applyStatic, getAnyDescendantWithName, renderToBuffer
Methods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModel
Methods inherited from class net.minecraft.client.model.Model
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 p_326187_, float p_311922_, float p_312586_, float p_312400_, float p_312547_, float p_311844_) - Specified by:
setupAnim
in classEntityModel<AbstractWindCharge>
-
root
- Specified by:
root
in classHierarchicalModel<AbstractWindCharge>
-