Class LavaRevenantModel

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

public class LavaRevenantModel extends net.minecraft.client.model.EntityModel<LavaRevenantRenderState>
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.client.model.Model

    net.minecraft.client.model.Model.Simple
  • Field Summary

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

    MODEL_Y_OFFSET

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

    renderType, root
  • Constructor Summary

    Constructors
    Constructor
    Description
    LavaRevenantModel(net.minecraft.client.model.geom.ModelPart modelPart)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

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

    allParts, getAnimation, renderToBuffer, renderToBuffer, renderType, renderType, resetPose, root

    Methods inherited from class 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