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 Summary

    Fields
    Modifier and Type Field Description
    protected float alpha  
    protected float blue  
    protected float green  
    protected float red  
    protected float xMax  
    protected float xMin  
    protected float yMax  
    protected float yMin  
    protected float zIndex  
  • Constructor Summary

    Constructors
    Constructor Description
    Rectangle​(float xMin, float yMin, float xMax, float yMax, float zIndex, float red, float green, float blue, float alpha)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 zIndex, float red, float green, float blue, float alpha)