Class AbstractPeashooterModel<T extends AbstractPeashooter>

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>
All Implemented Interfaces:
net.minecraft.client.model.HeadedModel, IFloralWarfareModel<T>
Direct Known Subclasses:
ElectroPeaModel, FirePeaModel, FrostPeaModel, GatlingPeaModel, PeashooterModel, RepeaterModel, ShadowPeaModel, SnowPeaModel, SolarPeaModel, SplitPeaModel

public class AbstractPeashooterModel<T extends AbstractPeashooter> extends AbstractBaseLeafModel<T> implements net.minecraft.client.model.HeadedModel
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final net.minecraft.client.model.geom.ModelPart
     
    final net.minecraft.client.model.geom.ModelPart
     
    final net.minecraft.client.model.geom.ModelPart
     
    final net.minecraft.client.model.geom.ModelPart
     
    final net.minecraft.client.model.geom.ModelPart
     
    final net.minecraft.client.model.geom.ModelPart
     
    final net.minecraft.client.model.geom.ModelPart
     
    final net.minecraft.client.model.geom.ModelPart
     

    Fields inherited from class nokunami.floral_warfare.client.model.plants.abstractModel.AbstractBaseLeafModel

    bone, leaf1, leaf2, leaf3, leaf4, stemBase

    Fields inherited from class net.minecraft.client.model.EntityModel

    attackTime, riding, young

    Fields inherited from class net.minecraft.client.model.Model

    renderType
  • Constructor Summary

    Constructors
    Constructor
    Description
    AbstractPeashooterModel(net.minecraft.client.model.geom.ModelPart root)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<net.minecraft.client.model.geom.ModelPart>
     
    static net.minecraft.client.model.geom.builders.MeshDefinition
     
    static net.minecraft.client.model.geom.builders.MeshDefinition
     
    @NotNull net.minecraft.client.model.geom.ModelPart
     
    void
    keyFramedAnim(T entity, float ageInTicks)
     
    void
    mathAnim(T entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, boolean invert)
     
    protected void
    walkAnim(T entity, FWModelProperties properties, boolean invert)
     

    Methods inherited from class nokunami.floral_warfare.client.model.plants.abstractModel.AbstractBaseLeafModel

    baseLeafFallAnimation, extraAnim

    Methods inherited from class nokunami.floral_warfare.client.model.FWHierarchicalModel

    blink, root, setupAnim, setupInvertedAnim

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • stem

      public final net.minecraft.client.model.geom.ModelPart stem
    • stemPart

      public final net.minecraft.client.model.geom.ModelPart stemPart
    • neckBase

      public final net.minecraft.client.model.geom.ModelPart neckBase
    • backLeaf

      public final net.minecraft.client.model.geom.ModelPart backLeaf
    • barrel

      public final net.minecraft.client.model.geom.ModelPart barrel
    • barrelTrim

      public final net.minecraft.client.model.geom.ModelPart barrelTrim
  • Constructor Details

    • AbstractPeashooterModel

      public AbstractPeashooterModel(net.minecraft.client.model.geom.ModelPart root)
  • Method Details