java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.HierarchicalModel<T>
tech.anonymoushacker1279.immersiveweapons.client.model.LavaRevenantModel<T>

public class LavaRevenantModel<T extends LavaRevenantEntity> extends net.minecraft.client.model.HierarchicalModel<T>
  • Field Summary

    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
    LavaRevenantModel(net.minecraft.client.model.geom.ModelPart modelPart)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.client.model.geom.ModelPart
     
    void
    setupAnim(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch)
    Sets this entity's model rotation angles

    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

    • LavaRevenantModel

      public LavaRevenantModel(net.minecraft.client.model.geom.ModelPart modelPart)
  • Method Details

    • root

      public net.minecraft.client.model.geom.ModelPart root()
      Specified by:
      root in class net.minecraft.client.model.HierarchicalModel<T extends LavaRevenantEntity>
    • setupAnim

      public void setupAnim(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch)
      Sets this entity's model rotation angles
      Specified by:
      setupAnim in class net.minecraft.client.model.EntityModel<T extends LavaRevenantEntity>