类 FontTexture
java.lang.Object
net.minecraft.client.renderer.texture.AbstractTexture
net.minecraft.client.gui.font.FontTexture
- 所有已实现的接口:
AutoCloseable
,Dumpable
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明private final boolean
private final GlyphRenderTypes
private final FontTexture.Node
private static final int
从类继承的字段 net.minecraft.client.renderer.texture.AbstractTexture
defaultBlur, id, NOT_ASSIGNED
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明add
(SheetGlyphInfo p_232569_) void
close()
void
dumpContents
(ResourceLocation p_285121_, Path p_285511_) 从类继承的方法 net.minecraft.client.renderer.texture.AbstractTexture
bind, getId, releaseId, restoreLastBlurMipmap, setBlurMipmap, setClamp, setFilter, setFilter
-
字段详细资料
-
SIZE
private static final int SIZE- 另请参阅:
-
renderTypes
-
colored
private final boolean colored -
root
-
-
构造器详细资料
-
FontTexture
-
-
方法详细资料
-
close
public void close()- 指定者:
close
在接口中AutoCloseable
- 覆盖:
close
在类中AbstractTexture
-
add
-
dumpContents
- 指定者:
dumpContents
在接口中Dumpable
-