Class CompoundNbtTagArgumentType
java.lang.Object
meteordevelopment.meteorclient.commands.arguments.CompoundNbtTagArgumentType
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<net.minecraft.nbt.NbtCompound>
public class CompoundNbtTagArgumentType
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<net.minecraft.nbt.NbtCompound>
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompoundNbtTagArgumentTypecreate()static net.minecraft.nbt.NbtCompoundget(com.mojang.brigadier.context.CommandContext<?> context) net.minecraft.nbt.NbtCompoundparse(com.mojang.brigadier.StringReader reader) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mojang.brigadier.arguments.ArgumentType
listSuggestions, parse
-
Method Details
-
create
-
get
public static net.minecraft.nbt.NbtCompound get(com.mojang.brigadier.context.CommandContext<?> context) -
parse
public net.minecraft.nbt.NbtCompound parse(com.mojang.brigadier.StringReader reader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parsein interfacecom.mojang.brigadier.arguments.ArgumentType<net.minecraft.nbt.NbtCompound>- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getExamples
- Specified by:
getExamplesin interfacecom.mojang.brigadier.arguments.ArgumentType<net.minecraft.nbt.NbtCompound>
-