public class class_5349 extends Object implements ResourceReloadListener
ResourceReloadListener.Synchronizer| Modifier and Type | Field and Description |
|---|---|
private static Logger |
field_25326 |
private static int |
field_25327 |
private static int |
field_25328 |
private Map<Identifier,CommandFunction> |
field_25329 |
private TagContainer<CommandFunction> |
field_25330 |
private int |
field_25331 |
private com.mojang.brigadier.CommandDispatcher<ServerCommandSource> |
field_25332 |
| Constructor and Description |
|---|
class_5349(int int2,
com.mojang.brigadier.CommandDispatcher<ServerCommandSource> commandDispatcher) |
| Modifier and Type | Method and Description |
|---|---|
Map<Identifier,CommandFunction> |
method_29447() |
private static List<String> |
method_29450(ResourceManager resourceManager,
Identifier identifier) |
Optional<CommandFunction> |
method_29456(Identifier identifier) |
TagContainer<CommandFunction> |
method_29458() |
Tag<CommandFunction> |
method_29459(Identifier identifier) |
CompletableFuture<Void> |
reload(ResourceReloadListener.Synchronizer synchronizer,
ResourceManager resourceManager,
Profiler profiler,
Profiler profiler2,
Executor executor,
Executor executor2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNameprivate static final Logger field_25326
private static final int field_25327
private static final int field_25328
private volatile Map<Identifier,CommandFunction> field_25329
private final TagContainer<CommandFunction> field_25330
private final int field_25331
private final com.mojang.brigadier.CommandDispatcher<ServerCommandSource> field_25332
public class_5349(int int2,
com.mojang.brigadier.CommandDispatcher<ServerCommandSource> commandDispatcher)
public Optional<CommandFunction> method_29456(Identifier identifier)
public Map<Identifier,CommandFunction> method_29447()
public TagContainer<CommandFunction> method_29458()
public Tag<CommandFunction> method_29459(Identifier identifier)
public CompletableFuture<Void> reload(ResourceReloadListener.Synchronizer synchronizer, ResourceManager resourceManager, Profiler profiler, Profiler profiler2, Executor executor, Executor executor2)
reload in interface ResourceReloadListenerprivate static List<String> method_29450(ResourceManager resourceManager, Identifier identifier)