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 classResourceLoadProgressGui.MojangLogoTexture -
Uses of Texture in net.minecraft.client.gui.fonts
Subclasses of Texture in net.minecraft.client.gui.fonts Modifier and Type Class Description classFontTexture -
Uses of Texture in net.minecraft.client.renderer.texture
Subclasses of Texture in net.minecraft.client.renderer.texture Modifier and Type Class Description classAtlasTextureclassDownloadingTextureclassDynamicTextureclassPreloadedTextureclassSimpleTextureFields in net.minecraft.client.renderer.texture with type parameters of type Texture Modifier and Type Field Description private java.util.Map<ResourceLocation,Texture>TextureManager. byPathMethods in net.minecraft.client.renderer.texture that return Texture Modifier and Type Method Description TextureTextureManager. getTexture(ResourceLocation p_229267_1_)private TextureTextureManager. 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 TextureTextureManager. loadTexture(ResourceLocation p_230183_1_, Texture p_230183_2_)voidTextureManager. register(ResourceLocation p_229263_1_, Texture p_229263_2_)private voidTextureManager. safeClose(ResourceLocation p_243505_1_, Texture p_243505_2_)
-