Class FontTexture.Node

java.lang.Object
net.minecraft.client.gui.font.FontTexture.Node
Enclosing class:
FontTexture

static class FontTexture.Node extends Object
  • Field Details

    • x

      final int x
    • y

      final int y
    • width

      private final int width
    • height

      private final int height
    • left

      @Nullable private FontTexture.Node left
    • occupied

      private boolean occupied
  • Constructor Details

    • Node

      Node(int pX, int pY, int pWidth, int pHeight)
  • Method Details