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 ReloadableTextureTextureManager.ReloadedTexture.textureThe field for thetexturerecord component.Methods in net.minecraft.client.texture that return ReloadableTextureModifier and TypeMethodDescriptionTextureManager.ReloadedTexture.texture()Returns the value of thetexturerecord component.Methods in net.minecraft.client.texture with parameters of type ReloadableTextureModifier and TypeMethodDescriptionprivate static TextureContentsTextureManager.loadTexture(ResourceManager resourceManager, Identifier textureId, ReloadableTexture texture) private TextureContentsTextureManager.loadTexture(Identifier id, ReloadableTexture texture) voidTextureManager.registerTexture(Identifier id, ReloadableTexture texture) private static TextureManager.ReloadedTextureTextureManager.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)