Class BabyDoomShroomModel<T extends DoomShroom>

java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.HierarchicalModel<T>
All Implemented Interfaces:
net.minecraft.client.model.HeadedModel, IFloralWarfareModel<T>

public class BabyDoomShroomModel<T extends DoomShroom> extends DoomShroomModel<T>
  • Field Summary

    Fields inherited from class nokunami.floral_warfare.client.model.plants.basic.DoomShroomModel

    cap, capBlink, head

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

    bone, 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
    BabyDoomShroomModel(net.minecraft.client.model.geom.ModelPart root)
     
    BabyDoomShroomModel(net.minecraft.client.renderer.entity.EntityRendererProvider.Context context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.client.model.geom.builders.LayerDefinition
     
    void
    keyFramedAnim(T entity, float ageInTicks)
     

    Methods inherited from class nokunami.floral_warfare.client.model.plants.basic.DoomShroomModel

    blinkParts, mathAnim

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

    blink, createMesh, extraAnim, getHead

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

    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
  • Constructor Details

    • BabyDoomShroomModel

      public BabyDoomShroomModel(net.minecraft.client.renderer.entity.EntityRendererProvider.Context context)
    • BabyDoomShroomModel

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

    • createBodyLayer

      public static net.minecraft.client.model.geom.builders.LayerDefinition createBodyLayer()
    • keyFramedAnim

      public void keyFramedAnim(T entity, float ageInTicks)
      Overrides:
      keyFramedAnim in class DoomShroomModel<T extends DoomShroom>