Package net.minecraft

Class class_4119

java.lang.Object
net.minecraft.class_4119
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<NbtCompound>

public class class_4119 extends Object implements com.mojang.brigadier.arguments.ArgumentType<NbtCompound>
Mappings:
Namespace Name
official ch
intermediary net/minecraft/class_4119
named net/minecraft/class_4119
  • Field Details

    • field_20072

      private static final Collection<String> field_20072
      Mappings:
      Namespace Name Mixin selector
      official b Lch;b:Ljava/util/Collection;
      intermediary field_20072 Lnet/minecraft/class_4119;field_20072:Ljava/util/Collection;
      named field_20072 Lnet/minecraft/class_4119;field_20072:Ljava/util/Collection;
    • field_20071

      public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType field_20071
      Mappings:
      Namespace Name Mixin selector
      official a Lch;a:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
      intermediary field_20071 Lnet/minecraft/class_4119;field_20071:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
      named field_20071 Lnet/minecraft/class_4119;field_20071:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
  • Constructor Details

    • class_4119

      private class_4119()
  • Method Details

    • method_18393

      public static class_4119 method_18393()
      Mappings:
      Namespace Name Mixin selector
      official a Lch;a()Lch;
      intermediary method_18393 Lnet/minecraft/class_4119;method_18393()Lnet/minecraft/class_4119;
      named method_18393 Lnet/minecraft/class_4119;method_18393()Lnet/minecraft/class_4119;
    • method_18395

      public static <S> NbtCompound method_18395(com.mojang.brigadier.context.CommandContext<S> commandContext, String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lch;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lgy;
      intermediary method_18395 Lnet/minecraft/class_4119;method_18395(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_322;
      named method_18395 Lnet/minecraft/class_4119;method_18395(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/nbt/NbtCompound;
    • parse

      public NbtCompound parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<NbtCompound>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lch;a(Lcom/mojang/brigadier/StringReader;)Lgy;
      intermediary method_18394 Lnet/minecraft/class_4119;method_18394(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_322;
      named parse Lnet/minecraft/class_4119;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/nbt/NbtCompound;
    • getExamples

      public Collection<String> getExamples()
      Specified by:
      getExamples in interface com.mojang.brigadier.arguments.ArgumentType<NbtCompound>
      Mappings:
      Namespace Name Mixin selector
      official getExamples Lch;getExamples()Ljava/util/Collection;
      intermediary getExamples Lnet/minecraft/class_4119;getExamples()Ljava/util/Collection;
      named getExamples Lnet/minecraft/class_4119;getExamples()Ljava/util/Collection;