Package net.minecraft.client.gui.font
Class FontTexture
java.lang.Object
net.minecraft.client.renderer.texture.AbstractTexture
net.minecraft.client.gui.font.FontTexture
- All Implemented Interfaces:
AutoCloseable
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final boolean
private final ResourceLocation
private final RenderType
private final RenderType
private final FontTexture.Node
private final RenderType
private static final int
Fields inherited from class net.minecraft.client.renderer.texture.AbstractTexture
blur, id, mipmap, NOT_ASSIGNED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadd
(SheetGlyphInfo p_232569_) void
close()
getName()
void
load
(ResourceManager p_95101_) Methods inherited from class net.minecraft.client.renderer.texture.AbstractTexture
bind, getId, releaseId, reset, restoreLastBlurMipmap, setBlurMipmap, setFilter
-
Field Details
-
SIZE
private static final int SIZE- See Also:
-
name
-
normalType
-
seeThroughType
-
polygonOffsetType
-
colored
private final boolean colored -
root
-
-
Constructor Details
-
FontTexture
-
-
Method Details
-
load
- Specified by:
load
in classAbstractTexture
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Overrides:
close
in classAbstractTexture
-
add
-
getName
-