Package net.minecraft.client.texture
Class TextureManager
java.lang.Object
net.minecraft.client.texture.TextureManager
- All Implemented Interfaces:
AutoCloseable,TextureTickListener,ResourceReloader
@Environment(CLIENT)
public class TextureManager
extends Object
implements ResourceReloader, TextureTickListener, AutoCloseable
- Mappings:
Namespace Name named net/minecraft/client/texture/TextureManagerintermediary net/minecraft/class_1060official hks
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Loggerstatic final Identifierprivate final ResourceManagerprivate final Map<Identifier, AbstractTexture> private final Set<TextureTickListener> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()private voidcloseTexture(Identifier id, AbstractTexture texture) voidvoiddumpDynamicTextures(Path path) getTexture(Identifier id) private static TextureContentsloadTexture(ResourceManager resourceManager, Identifier textureId, ReloadableTexture texture) private TextureContentsloadTexture(Identifier id, ReloadableTexture texture) voidvoidregisterTexture(Identifier id, AbstractTexture texture) voidregisterTexture(Identifier id, ReloadableTexture texture) reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Executor prepareExecutor, Executor applyExecutor) Performs a reload.private static TextureManager.ReloadedTexturereloadTexture(ResourceManager resourceManager, Identifier textureId, ReloadableTexture texture, Executor prepareExecutor) voidtick()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.resource.ResourceReloader
getName
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/client/texture/TextureManager;LOGGER:Lorg/slf4j/Logger;intermediary field_5288Lnet/minecraft/class_1060;field_5288:Lorg/slf4j/Logger;official bLhks;b:Lorg/slf4j/Logger;
-
MISSING_IDENTIFIER
- Mappings:
Namespace Name Mixin selector named MISSING_IDENTIFIERLnet/minecraft/client/texture/TextureManager;MISSING_IDENTIFIER:Lnet/minecraft/util/Identifier;intermediary field_5285Lnet/minecraft/class_1060;field_5285:Lnet/minecraft/class_2960;official aLhks;a:Lalr;
-
textures
- Mappings:
Namespace Name Mixin selector named texturesLnet/minecraft/client/texture/TextureManager;textures:Ljava/util/Map;intermediary field_5286Lnet/minecraft/class_1060;field_5286:Ljava/util/Map;official cLhks;c:Ljava/util/Map;
-
tickListeners
- Mappings:
Namespace Name Mixin selector named tickListenersLnet/minecraft/client/texture/TextureManager;tickListeners:Ljava/util/Set;intermediary field_5284Lnet/minecraft/class_1060;field_5284:Ljava/util/Set;official dLhks;d:Ljava/util/Set;
-
resourceContainer
- Mappings:
Namespace Name Mixin selector named resourceContainerLnet/minecraft/client/texture/TextureManager;resourceContainer:Lnet/minecraft/resource/ResourceManager;intermediary field_5287Lnet/minecraft/class_1060;field_5287:Lnet/minecraft/class_3300;official eLhks;e:Lavo;
-
-
Constructor Details
-
TextureManager
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/texture/TextureManager;<init>(Lnet/minecraft/resource/ResourceManager;)Vintermediary <init>Lnet/minecraft/class_1060;<init>(Lnet/minecraft/class_3300;)Vofficial <init>Lhks;<init>(Lavo;)V
-
-
Method Details
-
registerTexture
- Mappings:
Namespace Name Mixin selector named registerTextureLnet/minecraft/client/texture/TextureManager;registerTexture(Lnet/minecraft/util/Identifier;Lnet/minecraft/client/texture/ReloadableTexture;)Vintermediary method_65876Lnet/minecraft/class_1060;method_65876(Lnet/minecraft/class_2960;Lnet/minecraft/class_10537;)Vofficial aLhks;a(Lalr;Lhkh;)V
-
loadTexture
- Mappings:
Namespace Name Mixin selector named loadTextureLnet/minecraft/client/texture/TextureManager;loadTexture(Lnet/minecraft/util/Identifier;Lnet/minecraft/client/texture/ReloadableTexture;)Lnet/minecraft/client/texture/TextureContents;intermediary method_65925Lnet/minecraft/class_1060;method_65925(Lnet/minecraft/class_2960;Lnet/minecraft/class_10537;)Lnet/minecraft/class_10539;official bLhks;b(Lalr;Lhkh;)Lhkr;
-
registerTexture
- Mappings:
Namespace Name Mixin selector named registerTextureLnet/minecraft/client/texture/TextureManager;registerTexture(Lnet/minecraft/util/Identifier;)Vintermediary method_65875Lnet/minecraft/class_1060;method_65875(Lnet/minecraft/class_2960;)Vofficial aLhks;a(Lalr;)V
-
registerTexture
- Mappings:
Namespace Name Mixin selector named registerTextureLnet/minecraft/client/texture/TextureManager;registerTexture(Lnet/minecraft/util/Identifier;Lnet/minecraft/client/texture/AbstractTexture;)Vintermediary method_4616Lnet/minecraft/class_1060;method_4616(Lnet/minecraft/class_2960;Lnet/minecraft/class_1044;)Vofficial aLhks;a(Lalr;Lhkb;)V
-
closeTexture
- Mappings:
Namespace Name Mixin selector named closeTextureLnet/minecraft/client/texture/TextureManager;closeTexture(Lnet/minecraft/util/Identifier;Lnet/minecraft/client/texture/AbstractTexture;)Vintermediary method_30299Lnet/minecraft/class_1060;method_30299(Lnet/minecraft/class_2960;Lnet/minecraft/class_1044;)Vofficial bLhks;b(Lalr;Lhkb;)V
-
getTexture
- Mappings:
Namespace Name Mixin selector named getTextureLnet/minecraft/client/texture/TextureManager;getTexture(Lnet/minecraft/util/Identifier;)Lnet/minecraft/client/texture/AbstractTexture;intermediary method_4619Lnet/minecraft/class_1060;method_4619(Lnet/minecraft/class_2960;)Lnet/minecraft/class_1044;official bLhks;b(Lalr;)Lhkb;
-
tick
public void tick()- Specified by:
tickin interfaceTextureTickListener- Mappings:
Namespace Name Mixin selector named tickLnet/minecraft/client/texture/TextureTickListener;tick()Vintermediary method_4622Lnet/minecraft/class_1061;method_4622()Vofficial cLhkt;c()V
-
destroyTexture
- Mappings:
Namespace Name Mixin selector named destroyTextureLnet/minecraft/client/texture/TextureManager;destroyTexture(Lnet/minecraft/util/Identifier;)Vintermediary method_4615Lnet/minecraft/class_1060;method_4615(Lnet/minecraft/class_2960;)Vofficial cLhks;c(Lalr;)V
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
reload
public CompletableFuture<Void> reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Executor prepareExecutor, Executor applyExecutor) Performs a reload. Returns a future that is completed when the reload is completed.In a reload, there is a prepare stage and an apply stage. For the prepare stage, you should create completable futures with CompletableFuture.supplyAsync(..., prepareExecutor) to ensure the prepare actions are done with the prepare executor. Then, you should have a completable future for all the prepared actions, and call combinedPrepare.thenCompose(synchronizer::waitFor) to notify the
synchronizer. Finally, you should run CompletableFuture.thenAcceptAsync(..., applyExecutor) for apply actions. In the end, returns the result ofthenAcceptAsync.- Specified by:
reloadin interfaceResourceReloader- Parameters:
synchronizer- the synchronizermanager- the resource manager- Returns:
- a future for the reload
- See Also:
- Mappings:
Namespace Name Mixin selector named reloadLnet/minecraft/resource/ResourceReloader;reload(Lnet/minecraft/resource/ResourceReloader$Synchronizer;Lnet/minecraft/resource/ResourceManager;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;intermediary method_25931Lnet/minecraft/class_3302;method_25931(Lnet/minecraft/class_3302$class_4045;Lnet/minecraft/class_3300;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;official reloadLavi;reload(Lavi$a;Lavo;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
-
dumpDynamicTextures
- Mappings:
Namespace Name Mixin selector named dumpDynamicTexturesLnet/minecraft/client/texture/TextureManager;dumpDynamicTextures(Ljava/nio/file/Path;)Vintermediary method_49715Lnet/minecraft/class_1060;method_49715(Ljava/nio/file/Path;)Vofficial aLhks;a(Ljava/nio/file/Path;)V
-
loadTexture
private static TextureContents loadTexture(ResourceManager resourceManager, Identifier textureId, ReloadableTexture texture) throws IOException - Throws:
IOException- Mappings:
Namespace Name Mixin selector named loadTextureLnet/minecraft/client/texture/TextureManager;loadTexture(Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/Identifier;Lnet/minecraft/client/texture/ReloadableTexture;)Lnet/minecraft/client/texture/TextureContents;intermediary method_65877Lnet/minecraft/class_1060;method_65877(Lnet/minecraft/class_3300;Lnet/minecraft/class_2960;Lnet/minecraft/class_10537;)Lnet/minecraft/class_10539;official aLhks;a(Lavo;Lalr;Lhkh;)Lhkr;
-
reloadTexture
private static TextureManager.ReloadedTexture reloadTexture(ResourceManager resourceManager, Identifier textureId, ReloadableTexture texture, Executor prepareExecutor) - Mappings:
Namespace Name Mixin selector named reloadTextureLnet/minecraft/client/texture/TextureManager;reloadTexture(Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/Identifier;Lnet/minecraft/client/texture/ReloadableTexture;Ljava/util/concurrent/Executor;)Lnet/minecraft/client/texture/TextureManager$ReloadedTexture;intermediary method_65878Lnet/minecraft/class_1060;method_65878(Lnet/minecraft/class_3300;Lnet/minecraft/class_2960;Lnet/minecraft/class_10537;Ljava/util/concurrent/Executor;)Lnet/minecraft/class_1060$class_10540;official aLhks;a(Lavo;Lalr;Lhkh;Ljava/util/concurrent/Executor;)Lhks$a;
-