Uses of Class
net.minecraft.client.texture.ReloadableTexture
Packages that use ReloadableTexture
-
Uses of ReloadableTexture in net.minecraft.client.gui.screen
Subclasses of ReloadableTexture in net.minecraft.client.gui.screen -
Uses of ReloadableTexture in net.minecraft.client.texture
Subclasses of ReloadableTexture in net.minecraft.client.textureFields in net.minecraft.client.texture declared as ReloadableTextureModifier and TypeFieldDescriptionprivate final ReloadableTexture
TextureManager.ReloadedTexture.texture
The field for thetexture
record component.Methods in net.minecraft.client.texture that return ReloadableTextureModifier and TypeMethodDescriptionTextureManager.ReloadedTexture.texture()
Returns the value of thetexture
record component.Methods in net.minecraft.client.texture with parameters of type ReloadableTextureModifier and TypeMethodDescriptionprivate static TextureContents
TextureManager.loadTexture
(ResourceManager resourceManager, Identifier textureId, ReloadableTexture texture) private TextureContents
TextureManager.loadTexture
(Identifier id, ReloadableTexture texture) void
TextureManager.registerTexture
(Identifier id, ReloadableTexture texture) private static TextureManager.ReloadedTexture
TextureManager.reloadTexture
(ResourceManager resourceManager, Identifier textureId, ReloadableTexture texture, Executor prepareExecutor) Constructors in net.minecraft.client.texture with parameters of type ReloadableTextureModifierConstructorDescription(package private)
ReloadedTexture
(ReloadableTexture reloadableTexture, CompletableFuture<TextureContents> completableFuture)