Uses of Class
net.minecraft.client.renderer.texture.Texture
Packages that use Texture
Package
Description
-
Uses of Texture in net.minecraft.client.gui
Subclasses of Texture in net.minecraft.client.guiModifier and TypeClassDescription(package private) static class
-
Uses of Texture in net.minecraft.client.gui.fonts
Subclasses of Texture in net.minecraft.client.gui.fonts -
Uses of Texture in net.minecraft.client.renderer.texture
Subclasses of Texture in net.minecraft.client.renderer.textureModifier and TypeClassDescriptionclass
class
class
class
class
Fields in net.minecraft.client.renderer.texture with type parameters of type TextureModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,
Texture> TextureManager.byPath
Methods in net.minecraft.client.renderer.texture that return TextureModifier and TypeMethodDescriptionTextureManager.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 TextureModifier and TypeMethodDescriptionprivate 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_)