Class Stitcher.Slot

java.lang.Object
net.minecraft.client.renderer.texture.Stitcher.Slot
Enclosing class:
Stitcher

public static class Stitcher.Slot extends Object
  • Field Details

    • originX

      private final int originX
    • originY

      private final int originY
    • width

      private final int width
    • height

      private final int height
    • subSlots

      private List<Stitcher.Slot> subSlots
    • holder

      private Stitcher.Holder holder
  • Constructor Details

    • Slot

      public Slot(int p_i1277_1_, int p_i1277_2_, int p_i1277_3_, int p_i1277_4_)
  • Method Details