Class GlyphRenderer.Rectangle

java.lang.Object
net.minecraft.client.font.GlyphRenderer.Rectangle
Enclosing class:
GlyphRenderer

@Environment(CLIENT)
public static class GlyphRenderer.Rectangle
extends Object
  • Field Details

    • xMin

      protected final float xMin
    • yMin

      protected final float yMin
    • xMax

      protected final float xMax
    • yMax

      protected final float yMax
    • zIndex

      protected final float zIndex
    • red

      protected final float red
    • green

      protected final float green
    • blue

      protected final float blue
    • alpha

      protected final float alpha
  • Constructor Details

    • Rectangle

      public Rectangle​(float xMin, float yMin, float xMax, float yMax, float zndex, float red, float green, float blue, float alpha)