Uses of Class
net.minecraft.client.renderer.texture.ReloadableTexture
Packages that use ReloadableTexture
-
Uses of ReloadableTexture in net.minecraft.client.gui.screens
Subclasses of ReloadableTexture in net.minecraft.client.gui.screens -
Uses of ReloadableTexture in net.minecraft.client.renderer.texture
Subclasses of ReloadableTexture in net.minecraft.client.renderer.textureFields in net.minecraft.client.renderer.texture declared as ReloadableTextureModifier and TypeFieldDescriptionprivate final ReloadableTexture
TextureManager.PendingReload.texture
The field for thetexture
record component.Methods in net.minecraft.client.renderer.texture that return ReloadableTextureModifier and TypeMethodDescriptionTextureManager.PendingReload.texture()
Returns the value of thetexture
record component.Methods in net.minecraft.client.renderer.texture with parameters of type ReloadableTextureModifier and TypeMethodDescriptionprivate static TextureContents
TextureManager.loadContents
(ResourceManager pResourceManager, ResourceLocation pTextureId, ReloadableTexture pTexture) private TextureContents
TextureManager.loadContentsSafe
(ResourceLocation pTextureId, ReloadableTexture pTexture) void
TextureManager.registerAndLoad
(ResourceLocation pTextureId, ReloadableTexture pTexture) private static TextureManager.PendingReload
TextureManager.scheduleLoad
(ResourceManager pResourceManager, ResourceLocation pTextureId, ReloadableTexture pTexture, Executor pExecutor) Constructors in net.minecraft.client.renderer.texture with parameters of type ReloadableTextureModifierConstructorDescription(package private)
PendingReload
(ReloadableTexture texture, CompletableFuture<TextureContents> newContents) Creates an instance of aPendingReload
record class.