Class SoupModel

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

public class SoupModel extends net.minecraft.client.model.EntityModel<SoupCartRenderState>
  • 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
    SoupModel(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

    • SoupModel

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

    • createBodyLayer

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

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