Package net.minecraft.client.model
Class DrownedModel<T extends Zombie>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<T>
net.minecraft.client.model.AgeableListModel<T>
net.minecraft.client.model.HumanoidModel<T>
net.minecraft.client.model.AbstractZombieModel<T>
net.minecraft.client.model.ZombieModel<T>
net.minecraft.client.model.DrownedModel<T>
- All Implemented Interfaces:
ArmedModel,HeadedModel
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.HumanoidModel
HumanoidModel.ArmPose -
Field Summary
Fields inherited from class net.minecraft.client.model.HumanoidModel
body, crouching, hat, HAT_OVERLAY_SCALE, head, leftArm, leftArmPose, leftLeg, LEGGINGS_OVERLAY_SCALE, OVERLAY_SCALE, rightArm, rightArmPose, rightLeg, swimAmount, TOOT_HORN_XROT_BASE, TOOT_HORN_YROT_BASEFields 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 LayerDefinitioncreateBodyLayer(CubeDeformation p_170536_) voidprepareMobModel(T p_102521_, float p_102522_, float p_102523_, float p_102524_) voidsetupAnim(T p_102526_, float p_102527_, float p_102528_, float p_102529_, float p_102530_, float p_102531_) Methods inherited from class net.minecraft.client.model.ZombieModel
isAggressiveMethods inherited from class net.minecraft.client.model.HumanoidModel
bodyParts, copyPropertiesTo, createMesh, getArm, getHead, headParts, rotlerpRad, setAllVisible, setupAttackAnimation, translateToHandMethods inherited from class net.minecraft.client.model.AgeableListModel
renderToBufferMethods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesToMethods inherited from class net.minecraft.client.model.Model
renderToBuffer, renderType
-
Constructor Details
-
DrownedModel
-
-
Method Details
-
createBodyLayer
-
prepareMobModel
- Overrides:
prepareMobModelin classHumanoidModel<T extends Zombie>
-
setupAnim
public void setupAnim(T p_102526_, float p_102527_, float p_102528_, float p_102529_, float p_102530_, float p_102531_) - Overrides:
setupAnimin classAbstractZombieModel<T extends Zombie>
-