Class SolarPeaModel<T extends SolarPea>
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.abstractModel.AbstractPeashooterModel<T>
nokunami.floral_warfare.client.model.plants.basic.SolarPeaModel<T>
- All Implemented Interfaces:
net.minecraft.client.model.HeadedModel,IFloralWarfareModel<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class nokunami.floral_warfare.client.model.plants.abstractModel.AbstractPeashooterModel
AbstractPeashooterModel.PeaPart -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final net.minecraft.client.model.geom.ModelPartprotected final net.minecraft.client.model.geom.ModelPartprotected final net.minecraft.client.model.geom.ModelPartprotected final net.minecraft.client.model.geom.ModelPartprotected final net.minecraft.client.model.geom.ModelPartprotected final net.minecraft.client.model.geom.ModelPartprotected final net.minecraft.client.model.geom.ModelPartprotected final net.minecraft.client.model.geom.ModelPartprotected final net.minecraft.client.model.geom.ModelPartprotected final net.minecraft.client.model.geom.ModelPartFields inherited from class nokunami.floral_warfare.client.model.plants.abstractModel.AbstractPeashooterModel
backLeaf, barrel, barrelTrim, head, headBlink, neckBase, stem, stemPartFields 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
Constructors -
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.abstractModel.AbstractPeashooterModel
blinkParts, createMesh, createMeshBaby, getHead, mathAnim, walkAnimMethods inherited from class nokunami.floral_warfare.client.model.plants.abstractModel.AbstractBaseLeafModel
baseLeafFallAnimation, extraAnimMethods inherited from class nokunami.floral_warfare.client.model.FWHierarchicalModel
blink, 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
-
backLeaf1
protected final net.minecraft.client.model.geom.ModelPart backLeaf1 -
headHalo
protected final net.minecraft.client.model.geom.ModelPart headHalo -
haloBig
protected final net.minecraft.client.model.geom.ModelPart haloBig -
haloSmall
protected final net.minecraft.client.model.geom.ModelPart haloSmall -
leftHalo
protected final net.minecraft.client.model.geom.ModelPart leftHalo -
haloBig2
protected final net.minecraft.client.model.geom.ModelPart haloBig2 -
haloSmall2
protected final net.minecraft.client.model.geom.ModelPart haloSmall2 -
rightHalo
protected final net.minecraft.client.model.geom.ModelPart rightHalo -
haloBig3
protected final net.minecraft.client.model.geom.ModelPart haloBig3 -
haloSmall3
protected final net.minecraft.client.model.geom.ModelPart haloSmall3
-
-
Constructor Details
-
SolarPeaModel
public SolarPeaModel(net.minecraft.client.model.geom.ModelPart root)
-
-
Method Details
-
createBodyLayer
public static net.minecraft.client.model.geom.builders.LayerDefinition createBodyLayer() -
keyFramedAnim
- Overrides:
keyFramedAnimin classAbstractPeashooterModel<T extends SolarPea>
-