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
named net/minecraft/client/font/GlyphRenderer$Rectangle
intermediary net/minecraft/class_382$class_328
official fkb$a
  • 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
      named minX Lnet/minecraft/client/font/GlyphRenderer$Rectangle;minX:F
      intermediary field_2008 Lnet/minecraft/class_382$class_328;field_2008:F
      official a Lfkb$a;a:F
    • minY

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

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

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

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

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

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

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

      protected final float alpha
      Mappings:
      Namespace Name Mixin selector
      named alpha Lnet/minecraft/client/font/GlyphRenderer$Rectangle;alpha:F
      intermediary field_2009 Lnet/minecraft/class_382$class_328;field_2009:F
      official i Lfkb$a;i: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
      named <init> Lnet/minecraft/client/font/GlyphRenderer$Rectangle;<init>(FFFFFFFFF)V
      intermediary <init> Lnet/minecraft/class_382$class_328;<init>(FFFFFFFFF)V
      official <init> Lfkb$a;<init>(FFFFFFFFF)V