Class ModelPart

java.lang.Object
net.minecraft.client.model.geom.ModelPart

public final class ModelPart extends Object
  • Field Details

    • DEFAULT_SCALE

      public static final float DEFAULT_SCALE
      See Also:
    • x

      public float x
    • y

      public float y
    • z

      public float z
    • xRot

      public float xRot
    • yRot

      public float yRot
    • zRot

      public float zRot
    • xScale

      public float xScale
    • yScale

      public float yScale
    • zScale

      public float zScale
    • visible

      public boolean visible
    • skipDraw

      public boolean skipDraw
    • cubes

      private final List<ModelPart.Cube> cubes
    • children

      private final Map<String, ModelPart> children
    • initialPose

      private PartPose initialPose
  • Constructor Details

  • Method Details