Package net.minecraft.client.gui.fonts
Class FontTexture.Entry
- java.lang.Object
-
- net.minecraft.client.gui.fonts.FontTexture.Entry
-
- Enclosing class:
- FontTexture
static class FontTexture.Entry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
height
private FontTexture.Entry
left
private boolean
occupied
private FontTexture.Entry
right
private int
width
private int
x
private int
y
-
Constructor Summary
Constructors Modifier Constructor Description private
Entry(int p_i49711_1_, int p_i49711_2_, int p_i49711_3_, int p_i49711_4_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) FontTexture.Entry
insert(IGlyphInfo p_211224_1_)
-
-
-
Field Detail
-
x
private final int x
-
y
private final int y
-
width
private final int width
-
height
private final int height
-
left
private FontTexture.Entry left
-
right
private FontTexture.Entry right
-
occupied
private boolean occupied
-
-
Method Detail
-
insert
@Nullable FontTexture.Entry insert(IGlyphInfo p_211224_1_)
-
-