Class GhastCowModel

java.lang.Object
net.minecraft.client.model.Model<GhastCowRenderState>
net.minecraft.client.model.EntityModel<GhastCowRenderState>
com.mrbysco.ghastcow.client.model.GhastCowModel
All Implemented Interfaces:
net.fabricmc.fabric.api.client.rendering.v1.FabricModel<GhastCowRenderState>

public class GhastCowModel extends net.minecraft.client.model.EntityModel<GhastCowRenderState>
  • 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
    GhastCowModel(net.minecraft.client.model.geom.ModelPart root)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.client.model.geom.builders.LayerDefinition
     
    void
     

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

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

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.fabricmc.fabric.api.client.rendering.v1.FabricModel

    copyTransforms, getChildPart
  • Constructor Details

    • GhastCowModel

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

    • createMesh

      public static net.minecraft.client.model.geom.builders.LayerDefinition createMesh()
    • setupAnim

      public void setupAnim(GhastCowRenderState renderState)
      Overrides:
      setupAnim in class net.minecraft.client.model.Model<GhastCowRenderState>