类 FontTexture.Node

java.lang.Object
net.minecraft.client.gui.font.FontTexture.Node
封闭类:
FontTexture

static class FontTexture.Node extends Object
  • 字段详细资料

    • 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
  • 构造器详细资料

    • Node

      Node(int pX, int pY, int pWidth, int pHeight)
  • 方法详细资料