Class NbtCompoundTagArgumentType

java.lang.Object
net.minecraft.command.argument.NbtCompoundTagArgumentType
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<CompoundTag>

public class NbtCompoundTagArgumentType
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<CompoundTag>
Mappings:
Namespace Name
official dh
intermediary net/minecraft/class_2179
named net/minecraft/command/argument/NbtCompoundTagArgumentType
  • Field Details

    • EXAMPLES

      private static final Collection<String> EXAMPLES
      Mappings:
      Namespace Name Mixin selector
      official a Ldh;a:Ljava/util/Collection;
      intermediary field_9843 Lnet/minecraft/class_2179;field_9843:Ljava/util/Collection;
      named EXAMPLES Lnet/minecraft/command/argument/NbtCompoundTagArgumentType;EXAMPLES:Ljava/util/Collection;
  • Constructor Details

    • NbtCompoundTagArgumentType

      private NbtCompoundTagArgumentType()
  • Method Details

    • nbtCompound

      public static NbtCompoundTagArgumentType nbtCompound()
      Mappings:
      Namespace Name Mixin selector
      official a Ldh;a()Ldh;
      intermediary method_9284 Lnet/minecraft/class_2179;method_9284()Lnet/minecraft/class_2179;
      named nbtCompound Lnet/minecraft/command/argument/NbtCompoundTagArgumentType;nbtCompound()Lnet/minecraft/command/argument/NbtCompoundTagArgumentType;
    • getCompoundTag

      public static <S> CompoundTag getCompoundTag​(com.mojang.brigadier.context.CommandContext<S> context, String name)
      Mappings:
      Namespace Name Mixin selector
      official a Ldh;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lmq;
      intermediary method_9285 Lnet/minecraft/class_2179;method_9285(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_2487;
      named getCompoundTag Lnet/minecraft/command/argument/NbtCompoundTagArgumentType;getCompoundTag(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/nbt/CompoundTag;
    • parse

      public CompoundTag parse​(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<CompoundTag>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Ldh;a(Lcom/mojang/brigadier/StringReader;)Lmq;
      intermediary method_9286 Lnet/minecraft/class_2179;method_9286(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2487;
      named parse Lnet/minecraft/command/argument/NbtCompoundTagArgumentType;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/nbt/CompoundTag;
    • getExamples

      public Collection<String> getExamples()
      Specified by:
      getExamples in interface com.mojang.brigadier.arguments.ArgumentType<CompoundTag>
      Mappings:
      Namespace Name Mixin selector
      official getExamples Ldh;getExamples()Ljava/util/Collection;
      intermediary getExamples Lnet/minecraft/class_2179;getExamples()Ljava/util/Collection;
      named getExamples Lnet/minecraft/command/argument/NbtCompoundTagArgumentType;getExamples()Ljava/util/Collection;