Package net.minecraft.client.font
Interface TextDrawable.DrawnGlyphRect
- All Superinterfaces:
GlyphRect,TextDrawable
- All Known Subinterfaces:
DrawnSpriteGlyph
- All Known Implementing Classes:
BakedGlyphImpl.BakedGlyphRect,PlayerHeadGlyphs.HeadGlyph,SpriteAtlasGlyphs.AtlasGlyph
- Enclosing interface:
TextDrawable
@Environment(CLIENT)
public static interface TextDrawable.DrawnGlyphRect
extends GlyphRect, TextDrawable
- Mappings:
Namespace Name named net/minecraft/client/font/TextDrawable$DrawnGlyphRectintermediary net/minecraft/class_11767$class_12238official gmr$a
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.font.TextDrawable
TextDrawable.DrawnGlyphRect -
Method Summary
Methods inherited from interface net.minecraft.client.font.TextDrawable
getEffectiveMaxX, getEffectiveMaxY, getEffectiveMinX, getEffectiveMinY, getPipeline, getRenderLayer, render, textureView
-
Method Details
-
getLeft
default float getLeft() -
getTop
default float getTop() -
getRight
default float getRight() -
getBottom
default float getBottom()
-