Package net.minecraft.command.impl
Class FunctionCommand
- java.lang.Object
-
- net.minecraft.command.impl.FunctionCommand
-
public class FunctionCommand extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource>
SUGGEST_FUNCTION
-
Constructor Summary
Constructors Constructor Description FunctionCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198476_0_)
private static int
runFunction(CommandSource p_200025_0_, java.util.Collection<FunctionObject> p_200025_1_)
-
-
-
Field Detail
-
SUGGEST_FUNCTION
public static final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> SUGGEST_FUNCTION
-
-
Method Detail
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198476_0_)
-
runFunction
private static int runFunction(CommandSource p_200025_0_, java.util.Collection<FunctionObject> p_200025_1_)
-
-