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 p_389428_, ResourceLocation p_389405_, ReloadableTexture p_389480_) private TextureContents
TextureManager.loadContentsSafe
(ResourceLocation p_390395_, ReloadableTexture p_390396_) void
TextureManager.registerAndLoad
(ResourceLocation p_389410_, ReloadableTexture p_389421_) private static TextureManager.PendingReload
TextureManager.scheduleLoad
(ResourceManager p_389696_, ResourceLocation p_389555_, ReloadableTexture p_389691_, Executor p_389430_) 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.