public class FunctionCommand
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> |
FUNCTION_SUGGESTER |
Constructor and Description |
---|
FunctionCommand() |
Modifier and Type | Method and Description |
---|---|
private static int |
executeFunctions(CommandSource source,
java.util.Collection<FunctionObject> functions) |
static void |
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
public static final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> FUNCTION_SUGGESTER
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int executeFunctions(CommandSource source, java.util.Collection<FunctionObject> functions)