Package net.minecraft.resource
Class ServerResourceManager
java.lang.Object
net.minecraft.resource.ServerResourceManager
- All Implemented Interfaces:
AutoCloseable
- Mappings:
Namespace Name official xk
intermediary net/minecraft/class_5350
named net/minecraft/resource/ServerResourceManager
-
Field Summary
Modifier and TypeFieldDescriptionprivate CommandManager
private static CompletableFuture<Unit>
private FunctionLoader
private LootConditionManager
private LootFunctionManager
private LootManager
private RecipeManager
private TagManagerLoader
private ReloadableResourceManager
private ServerAdvancementLoader
-
Constructor Summary
ConstructorDescriptionServerResourceManager(DynamicRegistryManager registryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
reload(List<ResourcePack> packs, DynamicRegistryManager registryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor)
-
Field Details
-
COMPLETED_UNIT
- Mappings:
Namespace Name Mixin selector official a
Lxk;a:Ljava/util/concurrent/CompletableFuture;
intermediary field_25334
Lnet/minecraft/class_5350;field_25334:Ljava/util/concurrent/CompletableFuture;
named COMPLETED_UNIT
Lnet/minecraft/resource/ServerResourceManager;COMPLETED_UNIT:Ljava/util/concurrent/CompletableFuture;
-
resourceManager
- Mappings:
Namespace Name Mixin selector official b
Lxk;b:Ladr;
intermediary field_25335
Lnet/minecraft/class_5350;field_25335:Lnet/minecraft/class_3296;
named resourceManager
Lnet/minecraft/resource/ServerResourceManager;resourceManager:Lnet/minecraft/resource/ReloadableResourceManager;
-
commandManager
- Mappings:
Namespace Name Mixin selector official c
Lxk;c:Ldm;
intermediary field_25336
Lnet/minecraft/class_5350;field_25336:Lnet/minecraft/class_2170;
named commandManager
Lnet/minecraft/resource/ServerResourceManager;commandManager:Lnet/minecraft/server/command/CommandManager;
-
recipeManager
- Mappings:
Namespace Name Mixin selector official d
Lxk;d:Lbti;
intermediary field_25337
Lnet/minecraft/class_5350;field_25337:Lnet/minecraft/class_1863;
named recipeManager
Lnet/minecraft/resource/ServerResourceManager;recipeManager:Lnet/minecraft/recipe/RecipeManager;
-
registryTagManager
- Mappings:
Namespace Name Mixin selector official e
Lxk;e:Lage;
intermediary field_25338
Lnet/minecraft/class_5350;field_25338:Lnet/minecraft/class_3505;
named registryTagManager
Lnet/minecraft/resource/ServerResourceManager;registryTagManager:Lnet/minecraft/tag/TagManagerLoader;
-
lootConditionManager
- Mappings:
Namespace Name Mixin selector official f
Lxk;f:Ldiu;
intermediary field_25339
Lnet/minecraft/class_5350;field_25339:Lnet/minecraft/class_4567;
named lootConditionManager
Lnet/minecraft/resource/ServerResourceManager;lootConditionManager:Lnet/minecraft/loot/condition/LootConditionManager;
-
lootManager
- Mappings:
Namespace Name Mixin selector official g
Lxk;g:Ldit;
intermediary field_25340
Lnet/minecraft/class_5350;field_25340:Lnet/minecraft/class_60;
named lootManager
Lnet/minecraft/resource/ServerResourceManager;lootManager:Lnet/minecraft/loot/LootManager;
-
lootFunctionManager
- Mappings:
Namespace Name Mixin selector official h
Lxk;h:Ldio;
intermediary field_28017
Lnet/minecraft/class_5350;field_28017:Lnet/minecraft/class_5640;
named lootFunctionManager
Lnet/minecraft/resource/ServerResourceManager;lootFunctionManager:Lnet/minecraft/loot/function/LootFunctionManager;
-
serverAdvancementLoader
- Mappings:
Namespace Name Mixin selector official i
Lxk;i:Lxg;
intermediary field_25341
Lnet/minecraft/class_5350;field_25341:Lnet/minecraft/class_2989;
named serverAdvancementLoader
Lnet/minecraft/resource/ServerResourceManager;serverAdvancementLoader:Lnet/minecraft/server/ServerAdvancementLoader;
-
functionLoader
- Mappings:
Namespace Name Mixin selector official j
Lxk;j:Lxh;
intermediary field_25342
Lnet/minecraft/class_5350;field_25342:Lnet/minecraft/class_5349;
named functionLoader
Lnet/minecraft/resource/ServerResourceManager;functionLoader:Lnet/minecraft/server/function/FunctionLoader;
-
-
Constructor Details
-
ServerResourceManager
public ServerResourceManager(DynamicRegistryManager registryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel)- Mappings:
Namespace Name Mixin selector official <init>
Lxk;<init>(Lgx;Ldm$a;I)V
intermediary <init>
Lnet/minecraft/class_5350;<init>(Lnet/minecraft/class_5455;Lnet/minecraft/class_2170$class_5364;I)V
named <init>
Lnet/minecraft/resource/ServerResourceManager;<init>(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;I)V
-
-
Method Details
-
getFunctionLoader
- Mappings:
Namespace Name Mixin selector official a
Lxk;a()Lxh;
intermediary method_29465
Lnet/minecraft/class_5350;method_29465()Lnet/minecraft/class_5349;
named getFunctionLoader
Lnet/minecraft/resource/ServerResourceManager;getFunctionLoader()Lnet/minecraft/server/function/FunctionLoader;
-
getLootConditionManager
- Mappings:
Namespace Name Mixin selector official b
Lxk;b()Ldiu;
intermediary method_29468
Lnet/minecraft/class_5350;method_29468()Lnet/minecraft/class_4567;
named getLootConditionManager
Lnet/minecraft/resource/ServerResourceManager;getLootConditionManager()Lnet/minecraft/loot/condition/LootConditionManager;
-
getLootManager
- Mappings:
Namespace Name Mixin selector official c
Lxk;c()Ldit;
intermediary method_29469
Lnet/minecraft/class_5350;method_29469()Lnet/minecraft/class_60;
named getLootManager
Lnet/minecraft/resource/ServerResourceManager;getLootManager()Lnet/minecraft/loot/LootManager;
-
getLootFunctionManager
- Mappings:
Namespace Name Mixin selector official d
Lxk;d()Ldio;
intermediary method_32703
Lnet/minecraft/class_5350;method_32703()Lnet/minecraft/class_5640;
named getLootFunctionManager
Lnet/minecraft/resource/ServerResourceManager;getLootFunctionManager()Lnet/minecraft/loot/function/LootFunctionManager;
-
getRegistryTagManager
- Mappings:
Namespace Name Mixin selector official e
Lxk;e()Lagc;
intermediary method_29470
Lnet/minecraft/class_5350;method_29470()Lnet/minecraft/class_5415;
named getRegistryTagManager
Lnet/minecraft/resource/ServerResourceManager;getRegistryTagManager()Lnet/minecraft/tag/TagManager;
-
getRecipeManager
- Mappings:
Namespace Name Mixin selector official f
Lxk;f()Lbti;
intermediary method_29471
Lnet/minecraft/class_5350;method_29471()Lnet/minecraft/class_1863;
named getRecipeManager
Lnet/minecraft/resource/ServerResourceManager;getRecipeManager()Lnet/minecraft/recipe/RecipeManager;
-
getCommandManager
- Mappings:
Namespace Name Mixin selector official g
Lxk;g()Ldm;
intermediary method_29472
Lnet/minecraft/class_5350;method_29472()Lnet/minecraft/class_2170;
named getCommandManager
Lnet/minecraft/resource/ServerResourceManager;getCommandManager()Lnet/minecraft/server/command/CommandManager;
-
getServerAdvancementLoader
- Mappings:
Namespace Name Mixin selector official h
Lxk;h()Lxg;
intermediary method_29473
Lnet/minecraft/class_5350;method_29473()Lnet/minecraft/class_2989;
named getServerAdvancementLoader
Lnet/minecraft/resource/ServerResourceManager;getServerAdvancementLoader()Lnet/minecraft/server/ServerAdvancementLoader;
-
getResourceManager
- Mappings:
Namespace Name Mixin selector official i
Lxk;i()Ladt;
intermediary method_29474
Lnet/minecraft/class_5350;method_29474()Lnet/minecraft/class_3300;
named getResourceManager
Lnet/minecraft/resource/ServerResourceManager;getResourceManager()Lnet/minecraft/resource/ResourceManager;
-
reload
public static CompletableFuture<ServerResourceManager> reload(List<ResourcePack> packs, DynamicRegistryManager registryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor)- Mappings:
Namespace Name Mixin selector official a
Lxk;a(Ljava/util/List;Lgx;Ldm$a;ILjava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
intermediary method_29466
Lnet/minecraft/class_5350;method_29466(Ljava/util/List;Lnet/minecraft/class_5455;Lnet/minecraft/class_2170$class_5364;ILjava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
named reload
Lnet/minecraft/resource/ServerResourceManager;reload(Ljava/util/List;Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;ILjava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
-
loadRegistryTags
public void loadRegistryTags()- Mappings:
Namespace Name Mixin selector official j
Lxk;j()V
intermediary method_29475
Lnet/minecraft/class_5350;method_29475()V
named loadRegistryTags
Lnet/minecraft/resource/ServerResourceManager;loadRegistryTags()V
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-