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 emx$a
intermediary net/minecraft/class_382$class_328
named net/minecraft/client/font/GlyphRenderer$Rectangle
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final float
     
    protected final float
     
    protected final float
     
    protected final float
     
    protected final float
     
    protected final float
     
    protected final float
     
    protected final float
     
    protected final float
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Rectangle(float minX, float minY, float maxX, float maxY, 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

    • minX

      protected final float minX
      Mappings:
      Namespace Name Mixin selector
      official a Lemx$a;a:F
      intermediary field_2008 Lnet/minecraft/class_382$class_328;field_2008:F
      named minX Lnet/minecraft/client/font/GlyphRenderer$Rectangle;minX:F
    • minY

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

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

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

      protected final float zIndex
      Mappings:
      Namespace Name Mixin selector
      official e Lemx$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 Lemx$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 Lemx$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 Lemx$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 Lemx$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 minX, float minY, float maxX, float maxY, float zIndex, float red, float green, float blue, float alpha)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lemx$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