@Environment(value=CLIENT) static class GlyphAtlasTexture.Slot extends Object
Modifier and Type | Field and Description |
---|---|
private int |
height |
private boolean |
occupied |
private GlyphAtlasTexture.Slot |
subSlot1 |
private GlyphAtlasTexture.Slot |
subSlot2 |
private int |
width |
private int |
x |
private int |
y |
Modifier | Constructor and Description |
---|---|
private |
Slot(int x,
int y,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
(package private) GlyphAtlasTexture.Slot |
findSlotFor(RenderableGlyph glyph) |
private final int x
private final int y
private final int width
private final int height
private GlyphAtlasTexture.Slot subSlot1
private GlyphAtlasTexture.Slot subSlot2
private boolean occupied
@Nullable GlyphAtlasTexture.Slot findSlotFor(RenderableGlyph glyph)