Class BabyThreepeaterModel<T extends Threepeater>
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.plants.abstractModel.AbstractBaseLeafModel<T>
nokunami.floral_warfare.client.model.plants.basic.ThreepeaterModel<T>
nokunami.floral_warfare.client.model.plants.basic.baby.BabyThreepeaterModel<T>
- All Implemented Interfaces:
net.minecraft.client.model.HeadedModel,IFloralWarfareModel<T>
-
Field Summary
Fields inherited from class nokunami.floral_warfare.client.model.plants.basic.ThreepeaterModel
backLeaf, backLeaf1, backLeaf11, backLeaf12, backLeaf2, backLeaf21, backLeaf22, backLeaf23, barrel, barrel1, barrel2, barrelTrim, barrelTrim1, barrelTrim2, centerBackLeaf, head, head1, head2, headBlink, headBlink1, headBlink2, neckBase, neckBase1, neckBase2, stem, stem1, stem2, stemPart, stemPart1, stemPart2Fields inherited from class nokunami.floral_warfare.client.model.plants.abstractModel.AbstractBaseLeafModel
bone, leaf1, leaf2, leaf3, leaf4, stemBaseFields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, youngFields inherited from class net.minecraft.client.model.Model
renderType -
Constructor Summary
ConstructorsConstructorDescriptionBabyThreepeaterModel(net.minecraft.client.model.geom.ModelPart root) BabyThreepeaterModel(net.minecraft.client.renderer.entity.EntityRendererProvider.Context context) -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.client.model.geom.builders.LayerDefinitionvoidkeyFramedAnim(T entity, float ageInTicks) Methods inherited from class nokunami.floral_warfare.client.model.plants.basic.ThreepeaterModel
blink, blinkParts, extraAnim, getHead, mathAnimMethods inherited from class nokunami.floral_warfare.client.model.plants.abstractModel.AbstractBaseLeafModel
baseLeafFallAnimation, createMesh, createMeshBaby, walkAnimMethods inherited from class nokunami.floral_warfare.client.model.FWHierarchicalModel
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
-
Constructor Details
-
BabyThreepeaterModel
public BabyThreepeaterModel(net.minecraft.client.renderer.entity.EntityRendererProvider.Context context) -
BabyThreepeaterModel
public BabyThreepeaterModel(net.minecraft.client.model.geom.ModelPart root)
-
-
Method Details
-
createBodyLayer
public static net.minecraft.client.model.geom.builders.LayerDefinition createBodyLayer() -
keyFramedAnim
- Overrides:
keyFramedAnimin classThreepeaterModel<T extends Threepeater>
-