Package net.minecraft

Class class_11199

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

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

    • field_59770

      private static final Collection<String> field_59770
      Mappings:
      Namespace Name Mixin selector
      named field_59770 Lnet/minecraft/class_11199;field_59770:Ljava/util/Collection;
      intermediary field_59770 Lnet/minecraft/class_11199;field_59770:Ljava/util/Collection;
      official b Lfb;b:Ljava/util/Collection;
    • field_59769

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

    • class_11199

      private class_11199()
  • Method Details

    • method_70758

      public static class_11199 method_70758()
      Mappings:
      Namespace Name Mixin selector
      named method_70758 Lnet/minecraft/class_11199;method_70758()Lnet/minecraft/class_11199;
      intermediary method_70758 Lnet/minecraft/class_11199;method_70758()Lnet/minecraft/class_11199;
      official a Lfb;a()Lfb;
    • method_70760

      public static Integer method_70760(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string)
      Mappings:
      Namespace Name Mixin selector
      named method_70760 Lnet/minecraft/class_11199;method_70760(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/lang/Integer;
      intermediary method_70760 Lnet/minecraft/class_11199;method_70760(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/lang/Integer;
      official a Lfb;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/lang/Integer;
    • parse

      public Integer parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<Integer>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      named parse Lnet/minecraft/class_11199;parse(Lcom/mojang/brigadier/StringReader;)Ljava/lang/Integer;
      intermediary method_70759 Lnet/minecraft/class_11199;method_70759(Lcom/mojang/brigadier/StringReader;)Ljava/lang/Integer;
      official a Lfb;a(Lcom/mojang/brigadier/StringReader;)Ljava/lang/Integer;
    • listSuggestions

      public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> commandContext, com.mojang.brigadier.suggestion.SuggestionsBuilder suggestionsBuilder)
      Specified by:
      listSuggestions in interface com.mojang.brigadier.arguments.ArgumentType<Integer>
    • getExamples

      public Collection<String> getExamples()
      Specified by:
      getExamples in interface com.mojang.brigadier.arguments.ArgumentType<Integer>