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>
  • Constructor Details

    • CompoundNbtTagArgumentType

      public CompoundNbtTagArgumentType()
  • Method Details

    • create

      public static CompoundNbtTagArgumentType 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:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<net.minecraft.nbt.NbtCompound>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getExamples

      public Collection<String> getExamples()
      Specified by:
      getExamples in interface com.mojang.brigadier.arguments.ArgumentType<net.minecraft.nbt.NbtCompound>