Class GlyphRenderer.Rectangle

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

@Environment(CLIENT)
public static class GlyphRenderer.Rectangle
extends Object
Mappings:
Namespace Name
official dtk$a
intermediary net/minecraft/class_382$class_328
named net/minecraft/client/font/GlyphRenderer$Rectangle
  • 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
      Mappings:
      Namespace Name Mixin selector
      official a Ldtk$a;a:F
      intermediary field_2008 Lnet/minecraft/class_382$class_328;field_2008:F
      named xMin Lnet/minecraft/client/font/GlyphRenderer$Rectangle;xMin:F
    • yMin

      protected final float yMin
      Mappings:
      Namespace Name Mixin selector
      official b Ldtk$a;b:F
      intermediary field_2007 Lnet/minecraft/class_382$class_328;field_2007:F
      named yMin Lnet/minecraft/client/font/GlyphRenderer$Rectangle;yMin:F
    • xMax

      protected final float xMax
      Mappings:
      Namespace Name Mixin selector
      official c Ldtk$a;c:F
      intermediary field_2006 Lnet/minecraft/class_382$class_328;field_2006:F
      named xMax Lnet/minecraft/client/font/GlyphRenderer$Rectangle;xMax:F
    • yMax

      protected final float yMax
      Mappings:
      Namespace Name Mixin selector
      official d Ldtk$a;d:F
      intermediary field_2005 Lnet/minecraft/class_382$class_328;field_2005:F
      named yMax Lnet/minecraft/client/font/GlyphRenderer$Rectangle;yMax:F
    • zIndex

      protected final float zIndex
      Mappings:
      Namespace Name Mixin selector
      official e Ldtk$a;e:F
      intermediary field_20911 Lnet/minecraft/class_382$class_328;field_20911:F
      named zIndex Lnet/minecraft/client/font/GlyphRenderer$Rectangle;zIndex:F
    • red

      protected final float red
      Mappings:
      Namespace Name Mixin selector
      official f Ldtk$a;f:F
      intermediary field_2004 Lnet/minecraft/class_382$class_328;field_2004:F
      named red Lnet/minecraft/client/font/GlyphRenderer$Rectangle;red:F
    • green

      protected final float green
      Mappings:
      Namespace Name Mixin selector
      official g Ldtk$a;g:F
      intermediary field_2003 Lnet/minecraft/class_382$class_328;field_2003:F
      named green Lnet/minecraft/client/font/GlyphRenderer$Rectangle;green:F
    • blue

      protected final float blue
      Mappings:
      Namespace Name Mixin selector
      official h Ldtk$a;h:F
      intermediary field_2010 Lnet/minecraft/class_382$class_328;field_2010:F
      named blue Lnet/minecraft/client/font/GlyphRenderer$Rectangle;blue:F
    • alpha

      protected final float alpha
      Mappings:
      Namespace Name Mixin selector
      official i Ldtk$a;i:F
      intermediary field_2009 Lnet/minecraft/class_382$class_328;field_2009:F
      named alpha Lnet/minecraft/client/font/GlyphRenderer$Rectangle;alpha:F
  • Constructor Details

    • Rectangle

      public Rectangle​(float xMin, float yMin, float xMax, float yMax, float zIndex, float red, float green, float blue, float alpha)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldtk$a;<init>(FFFFFFFFF)V
      intermediary <init> Lnet/minecraft/class_382$class_328;<init>(FFFFFFFFF)V
      named <init> Lnet/minecraft/client/font/GlyphRenderer$Rectangle;<init>(FFFFFFFFF)V