implements ResourceReloader
| net.minecraft.server.ServerFunctionLibrary | |
| net.minecraft.class_5349 | |
| net.minecraft.server.function.FunctionLoader |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| private static final org.slf4j.Logger |
|
||||||
| public static final RegistryKey<Registry<CommandFunction<ServerCommandSource>>> |
|
||||||
| private static final ResourceFinder |
|
||||||
| private volatile Map<Identifier, CommandFunction<ServerCommandSource>> |
|
||||||
| private final TagGroupLoader<CommandFunction<ServerCommandSource>> |
|
||||||
| private volatile Map<Identifier, List<CommandFunction<ServerCommandSource>>> |
|
||||||
| private final PermissionPredicate |
|
||||||
| private final com.mojang.brigadier.CommandDispatcher<ServerCommandSource> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (PermissionPredicate permissions, com.mojang.brigadier.CommandDispatcher<ServerCommandSource> commandDispatcher) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public Optional<CommandFunction<ServerCommandSource>> |
|
||||||
| public Map<Identifier, CommandFunction<ServerCommandSource>> |
|
||||||
| public List<CommandFunction<ServerCommandSource>> |
|
||||||
| public Iterable<Identifier> |
|
||||||
| public CompletableFuture<Void> |
|
||||||
| private static List<String> |
|
||||||
| private void |
|
||||||
| private static void |
|
||||||
| private static Object |
|
||||||
| private CompletionStage |
|
||||||
| private static Map |
|
||||||
| private CommandFunction |
|
||||||
| private static Map |
|
||||||
| private Map |
|
||||||
| private Optional |
|