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 ReloadableTextureTextureManager.PendingReload.textureThe field for thetexturerecord component.Methods in net.minecraft.client.renderer.texture that return ReloadableTextureModifier and TypeMethodDescriptionTextureManager.PendingReload.texture()Returns the value of thetexturerecord component.Methods in net.minecraft.client.renderer.texture with parameters of type ReloadableTextureModifier and TypeMethodDescriptionprivate static TextureContentsTextureManager.loadContents(ResourceManager pResourceManager, ResourceLocation pTextureId, ReloadableTexture pTexture) private TextureContentsTextureManager.loadContentsSafe(ResourceLocation pTextureId, ReloadableTexture pTexture) voidTextureManager.registerAndLoad(ResourceLocation pTextureId, ReloadableTexture pTexture) private static TextureManager.PendingReloadTextureManager.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 aPendingReloadrecord class.