net.minecraft.command.argument

public class FunctionArgument

implements ArgumentType<FunctionArgument$Result>

dv
net.minecraft.class_2284
net.minecraft.command.argument.FunctionArgument
net.minecraft.command.arguments.FunctionArgument
net.minecraft.command.arguments.FunctionArgument

Field summary

Modifier and TypeField
private static final Collection<String>
a
field_10783
EXAMPLES
field_201338_a
field_201338_a
private static final DynamicCommandExceptionType
b
field_10782
UNKNOWN_FUNCTION_TAG_EXCEPTION
field_200023_a
field_200023_a
private static final DynamicCommandExceptionType
c
field_10784
UNKNOWN_FUNCTION_EXCEPTION
field_200024_b
field_200024_b

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static FunctionArgument
a()
method_9760()
functions()
func_200021_a()
function()
public FunctionArgument$Result
a(StringReader arg0)
method_9764(com.mojang.brigadier.StringReader arg0)
parse(com.mojang.brigadier.StringReader reader)
parse(com.mojang.brigadier.StringReader arg0)
parse(com.mojang.brigadier.StringReader arg0)
private static CommandFunction
c(CommandContext<cd> arg0, qs arg1)
method_9761(com.mojang.brigadier.context.CommandContext<class_2168> arg0, class_2960 arg1)
getFunction(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, Identifier key)
func_218108_c(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, ResourceLocation arg1)
func_218108_c(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, ResourceLocation arg1)
private static Tag<CommandFunction>
d(CommandContext<cd> arg0, qs arg1)
method_9767(com.mojang.brigadier.context.CommandContext<class_2168> arg0, class_2960 arg1)
getFunctionTag(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, Identifier key)
func_218111_d(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, ResourceLocation arg1)
func_218111_d(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, ResourceLocation arg1)
public static Collection<CommandFunction>
a(CommandContext<cd> arg0, String arg1)
method_9769(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
getFunctions(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String arg)
func_200022_a(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, String arg1)
getFunctions(com.mojang.brigadier.context.CommandContext<CommandSource> context, String name)
public static Either<CommandFunction, Tag<CommandFunction>>
b(CommandContext<cd> arg0, String arg1)
method_9768(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
getTags(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String args)
func_218110_b(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, String arg1)
func_218110_b(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, String arg1)
public Collection<String>
getExamples()
getExamples()