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 dyo$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
     
    protected float
     
    protected float
     
    protected float
     
    protected float
     
    protected float
     
    protected float
     
    protected float
     
    protected 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 Ldyo$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 Ldyo$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 Ldyo$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 Ldyo$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 Ldyo$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 Ldyo$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 Ldyo$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 Ldyo$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 Ldyo$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> Ldyo$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