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

      private FontTexture.Node left
    • occupied

      private boolean occupied
  • Constructor Details

    • Node

      Node(int p_95113_, int p_95114_, int p_95115_, int p_95116_)
  • Method Details