Class ModelPart.Cube

java.lang.Object
net.minecraft.client.model.geom.ModelPart.Cube
Enclosing class:
ModelPart

public static class ModelPart.Cube extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    float
     
    float
     
    float
     
    float
     
    float
     
    float
     
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Cube​(int p_104343_, int p_104344_, float p_104345_, float p_104346_, float p_104347_, float p_104348_, float p_104349_, float p_104350_, float p_104351_, float p_104352_, float p_104353_, boolean p_104354_, float p_104355_, float p_104356_)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    compile​(PoseStack.Pose p_171333_, VertexConsumer p_171334_, int p_171335_, int p_171336_, float p_171337_, float p_171338_, float p_171339_, float p_171340_)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • polygons

      private final ModelPart.Polygon[] polygons
    • minX

      public final float minX
    • minY

      public final float minY
    • minZ

      public final float minZ
    • maxX

      public final float maxX
    • maxY

      public final float maxY
    • maxZ

      public final float maxZ
  • Constructor Details

    • Cube

      public Cube(int p_104343_, int p_104344_, float p_104345_, float p_104346_, float p_104347_, float p_104348_, float p_104349_, float p_104350_, float p_104351_, float p_104352_, float p_104353_, boolean p_104354_, float p_104355_, float p_104356_)
  • Method Details

    • compile

      public void compile(PoseStack.Pose p_171333_, VertexConsumer p_171334_, int p_171335_, int p_171336_, float p_171337_, float p_171338_, float p_171339_, float p_171340_)