Class BlockStatesLoader
java.lang.Object
net.minecraft.client.render.model.BlockStatesLoader
- Mappings:
Namespace Name named net/minecraft/client/render/model/BlockStatesLoader
intermediary net/minecraft/class_9824
official htv
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final record
static final record
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static BlockStatesLoader.LoadedModels
combine
(Identifier id, StateManager<Block, BlockState> stateManager, List<BlockStatesLoader.LoadedBlockStateDefinition> definitions) load
(ResourceManager resourceManager, Executor prepareExecutor)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGER
Lnet/minecraft/client/render/model/BlockStatesLoader;LOGGER:Lorg/slf4j/Logger;
intermediary field_52261
Lnet/minecraft/class_9824;field_52261:Lorg/slf4j/Logger;
official a
Lhtv;a:Lorg/slf4j/Logger;
-
FINDER
- Mappings:
Namespace Name Mixin selector named FINDER
Lnet/minecraft/client/render/model/BlockStatesLoader;FINDER:Lnet/minecraft/resource/ResourceFinder;
intermediary field_55458
Lnet/minecraft/class_9824;field_55458:Lnet/minecraft/class_7654;
official b
Lhtv;b:Lalx;
-
-
Constructor Details
-
BlockStatesLoader
public BlockStatesLoader()
-
-
Method Details
-
load
public static CompletableFuture<BlockStatesLoader.LoadedModels> load(ResourceManager resourceManager, Executor prepareExecutor) - Mappings:
Namespace Name Mixin selector named load
Lnet/minecraft/client/render/model/BlockStatesLoader;load(Lnet/minecraft/resource/ResourceManager;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
intermediary method_65718
Lnet/minecraft/class_9824;method_65718(Lnet/minecraft/class_3300;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
official a
Lhtv;a(Laxo;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
-
combine
private static BlockStatesLoader.LoadedModels combine(Identifier id, StateManager<Block, BlockState> stateManager, List<BlockStatesLoader.LoadedBlockStateDefinition> definitions) - Mappings:
Namespace Name Mixin selector named combine
Lnet/minecraft/client/render/model/BlockStatesLoader;combine(Lnet/minecraft/util/Identifier;Lnet/minecraft/state/StateManager;Ljava/util/List;)Lnet/minecraft/client/render/model/BlockStatesLoader$LoadedModels;
intermediary method_62627
Lnet/minecraft/class_9824;method_62627(Lnet/minecraft/class_2960;Lnet/minecraft/class_2689;Ljava/util/List;)Lnet/minecraft/class_9824$class_10095;
official a
Lhtv;a(Lame;Leec;Ljava/util/List;)Lhtv$b;
-