Uses of Class
net.minecraft.client.renderer.texture.Texture
-
Packages that use Texture Package Description net.minecraft.client.gui net.minecraft.client.gui.fonts net.minecraft.client.renderer.texture -
-
Uses of Texture in net.minecraft.client.gui
Subclasses of Texture in net.minecraft.client.gui Modifier and Type Class Description (package private) static class
ResourceLoadProgressGui.MojangLogoTexture
-
Uses of Texture in net.minecraft.client.gui.fonts
Subclasses of Texture in net.minecraft.client.gui.fonts Modifier and Type Class Description class
FontTexture
-
Uses of Texture in net.minecraft.client.renderer.texture
Subclasses of Texture in net.minecraft.client.renderer.texture Modifier and Type Class Description class
AtlasTexture
class
DownloadingTexture
class
DynamicTexture
class
PreloadedTexture
class
SimpleTexture
Fields in net.minecraft.client.renderer.texture with type parameters of type Texture Modifier and Type Field Description private java.util.Map<ResourceLocation,Texture>
TextureManager. byPath
Methods in net.minecraft.client.renderer.texture that return Texture Modifier and Type Method Description Texture
TextureManager. getTexture(ResourceLocation p_229267_1_)
private Texture
TextureManager. loadTexture(ResourceLocation p_230183_1_, Texture p_230183_2_)
Methods in net.minecraft.client.renderer.texture with parameters of type Texture Modifier and Type Method Description private Texture
TextureManager. loadTexture(ResourceLocation p_230183_1_, Texture p_230183_2_)
void
TextureManager. register(ResourceLocation p_229263_1_, Texture p_229263_2_)
private void
TextureManager. safeClose(ResourceLocation p_243505_1_, Texture p_243505_2_)
-