net.minecraft.command.argument

public class NbtCompoundArgumentType

implements com.mojang.brigadier.arguments.ArgumentType<NbtCompound>

net.minecraft.commands.arguments.CompoundTagArgument
net.minecraft.class_2179
net.minecraft.command.argument.NbtCompoundArgumentType

Field summary

Modifier and TypeField
private static final Collection<String>
EXAMPLES
field_9843
EXAMPLES

Constructor summary

ModifierConstructor
private ()

Method summary

Modifier and TypeMethod
public static NbtCompoundArgumentType
compoundTag()
method_9284()
nbtCompound()
public static <S> NbtCompound
getCompoundTag(com.mojang.brigadier.context.CommandContext<S> context, String name)
method_9285(com.mojang.brigadier.context.CommandContext<S> arg0, String arg1)
getNbtCompound(com.mojang.brigadier.context.CommandContext<S> context, String name)
public NbtCompound
parse(com.mojang.brigadier.StringReader reader)
method_9286(com.mojang.brigadier.StringReader arg0)
parse(com.mojang.brigadier.StringReader arg0)
public Collection<String>
getExamples()
public Object
parse(com.mojang.brigadier.StringReader reader)
parse(com.mojang.brigadier.StringReader arg0)
parse(com.mojang.brigadier.StringReader reader)