public static interface FunctionArgumentType.FunctionArgument
Modifier and Type | Method and Description |
---|---|
com.mojang.datafixers.util.Pair<Identifier,com.mojang.datafixers.util.Either<CommandFunction,Tag<CommandFunction>>> |
getFunctionOrTag(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext) |
Collection<CommandFunction> |
getFunctions(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext) |
Collection<CommandFunction> getFunctions(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext)
com.mojang.datafixers.util.Pair<Identifier,com.mojang.datafixers.util.Either<CommandFunction,Tag<CommandFunction>>> getFunctionOrTag(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext)