Package net.minecraft.client.font
Interface TextDrawable.DrawnGlyph
- All Superinterfaces:
BoundedGlyph,TextDrawable
- All Known Subinterfaces:
SpriteGlyph
- All Known Implementing Classes:
BakedGlyphImpl.DrawnGlyph,PlayerHeadGlyphs.Glyph,SpriteAtlasGlyphs.Glyph
- Enclosing interface:
TextDrawable
@Environment(CLIENT)
public static interface TextDrawable.DrawnGlyph
extends BoundedGlyph, TextDrawable
- Mappings:
Namespace Name named net/minecraft/client/font/TextDrawable$DrawnGlyphintermediary net/minecraft/class_11767$class_12238official gll$a
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.font.TextDrawable
TextDrawable.DrawnGlyph -
Method Summary
Methods inherited from interface net.minecraft.client.font.BoundedGlyph
styleMethods inherited from interface net.minecraft.client.font.TextDrawable
getEffectiveMaxX, getEffectiveMaxY, getEffectiveMinX, getEffectiveMinY, getPipeline, getRenderLayer, render, textureView
-
Method Details
-
getLeft
default float getLeft()- Specified by:
getLeftin interfaceBoundedGlyph- Mappings:
Namespace Name Mixin selector named getLeftLnet/minecraft/client/font/BoundedGlyph;getLeft()Fintermediary method_75818Lnet/minecraft/class_12236;method_75818()Fofficial bLgkw;b()F
-
getTop
default float getTop()- Specified by:
getTopin interfaceBoundedGlyph- Mappings:
Namespace Name Mixin selector named getTopLnet/minecraft/client/font/BoundedGlyph;getTop()Fintermediary method_75819Lnet/minecraft/class_12236;method_75819()Fofficial cLgkw;c()F
-
getRight
default float getRight()- Specified by:
getRightin interfaceBoundedGlyph- Mappings:
Namespace Name Mixin selector named getRightLnet/minecraft/client/font/BoundedGlyph;getRight()Fintermediary method_75820Lnet/minecraft/class_12236;method_75820()Fofficial dLgkw;d()F
-
getBottom
default float getBottom()- Specified by:
getBottomin interfaceBoundedGlyph- Mappings:
Namespace Name Mixin selector named getBottomLnet/minecraft/client/font/BoundedGlyph;getBottom()Fintermediary method_75821Lnet/minecraft/class_12236;method_75821()Fofficial eLgkw;e()F
-