Class BrowncoatZombieModel<T extends AbstractBrowncoat>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.HierarchicalModel<T>
nokunami.floral_warfare.client.model.FWHierarchicalModel<T>
nokunami.floral_warfare.client.model.zombies.AbstractBaseZombieModel<T>
nokunami.floral_warfare.client.model.zombies.BrowncoatZombieModel<T>
- All Implemented Interfaces:
net.minecraft.client.model.ArmedModel,net.minecraft.client.model.HeadedModel,IArmorWearer,ICustomHeadedModel,IFloralWarfareModel<T>
-
Field Summary
FieldsFields inherited from class nokunami.floral_warfare.client.model.zombies.AbstractBaseZombieModel
body, bone, head, jaw, leftArm, leftArmSeg, leftLeg, rightArm, rightArmSeg, rightLegFields 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 net.minecraft.client.model.geom.builders.LayerDefinitionMethods inherited from class nokunami.floral_warfare.client.model.zombies.AbstractBaseZombieModel
bodyList, createMesh, degradation, extraAnim, getArm, getArmSeg, getHead, headList, keyFramedAnim, leftArmList, leftLegList, mathAnim, rightArmList, rightLegList, translateToArms, translateToChest, translateToHand, translateToHead, translateToHead, translateToLegsMethods inherited from class nokunami.floral_warfare.client.model.FWHierarchicalModel
blink, blinkParts, root, setupAnim, setupInvertedAnimMethods inherited from class net.minecraft.client.model.HierarchicalModel
animate, animate, animateWalk, applyStatic, getAnyDescendantWithName, renderToBufferMethods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModelMethods inherited from class net.minecraft.client.model.Model
renderType
-
Field Details
-
tie
protected final net.minecraft.client.model.geom.ModelPart tie
-
-
Constructor Details
-
BrowncoatZombieModel
public BrowncoatZombieModel(net.minecraft.client.model.geom.ModelPart root)
-
-
Method Details
-
createBodyLayer
public static net.minecraft.client.model.geom.builders.LayerDefinition createBodyLayer()
-