public class ServerResourceManager extends Object
| Modifier and Type | Field and Description |
|---|---|
private CommandManager |
commandManager |
private static CompletableFuture<Unit> |
field_25334 |
private FunctionLoader |
functionLoader |
private LootConditionManager |
lootConditionManager |
private LootManager |
lootManager |
private RecipeManager |
recipeManager |
private RegistryTagManager |
registryTagManager |
private ReloadableResourceManager |
resourceManager |
private ServerAdvancementLoader |
serverAdvancementLoader |
| Constructor and Description |
|---|
ServerResourceManager(boolean dedicated,
int int2) |
| Modifier and Type | Method and Description |
|---|---|
CommandManager |
getCommandManager() |
FunctionLoader |
getFunctionLoader() |
LootConditionManager |
getLootConditionManager() |
LootManager |
getLootManager() |
RecipeManager |
getRecipeManager() |
RegistryTagManager |
getRegistryTagManager() |
ResourceManager |
getResourceManager() |
ServerAdvancementLoader |
getServerAdvancementLoader() |
void |
method_29475() |
static CompletableFuture<ServerResourceManager> |
reload(List<ResourcePack> list,
boolean bool,
int int2,
Executor executor,
Executor executor2) |
private static final CompletableFuture<Unit> field_25334
private final ReloadableResourceManager resourceManager
private final CommandManager commandManager
private final RecipeManager recipeManager
private final RegistryTagManager registryTagManager
private final LootConditionManager lootConditionManager
private final LootManager lootManager
private final ServerAdvancementLoader serverAdvancementLoader
private final FunctionLoader functionLoader
public FunctionLoader getFunctionLoader()
public LootConditionManager getLootConditionManager()
public LootManager getLootManager()
public RegistryTagManager getRegistryTagManager()
public RecipeManager getRecipeManager()
public CommandManager getCommandManager()
public ServerAdvancementLoader getServerAdvancementLoader()
public ResourceManager getResourceManager()
public static CompletableFuture<ServerResourceManager> reload(List<ResourcePack> list, boolean bool, int int2, Executor executor, Executor executor2)
public void method_29475()