Package net.minecraft

Class class_4287

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

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

    • field_21053

      private static final Collection<String> field_21053
      Mappings:
      Namespace Name Mixin selector
      official c Ldf;c:Ljava/util/Collection;
      intermediary field_21053 Lnet/minecraft/class_4287;field_21053:Ljava/util/Collection;
      named field_21053 Lnet/minecraft/class_4287;field_21053:Ljava/util/Collection;
    • field_21051

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType field_21051
      Mappings:
      Namespace Name Mixin selector
      official a Ldf;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_21051 Lnet/minecraft/class_4287;field_21051:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named field_21051 Lnet/minecraft/class_4287;field_21051:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
    • field_21052

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType field_21052
      Mappings:
      Namespace Name Mixin selector
      official b Ldf;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_21052 Lnet/minecraft/class_4287;field_21052:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named field_21052 Lnet/minecraft/class_4287;field_21052:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
    • field_21054

      private final boolean field_21054
      Mappings:
      Namespace Name Mixin selector
      official d Ldf;d:Z
      intermediary field_21054 Lnet/minecraft/class_4287;field_21054:Z
      named field_21054 Lnet/minecraft/class_4287;field_21054:Z
  • Constructor Details

    • class_4287

      public class_4287(boolean bool)
  • Method Details

    • method_19562

      public static class_4287 method_19562()
      Mappings:
      Namespace Name Mixin selector
      official a Ldf;a()Ldf;
      intermediary method_19562 Lnet/minecraft/class_4287;method_19562()Lnet/minecraft/class_4287;
      named method_19562 Lnet/minecraft/class_4287;method_19562()Lnet/minecraft/class_4287;
    • method_19565

      public static class_4287 method_19565(boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Ldf;a(Z)Ldf;
      intermediary method_19565 Lnet/minecraft/class_4287;method_19565(Z)Lnet/minecraft/class_4287;
      named method_19565 Lnet/minecraft/class_4287;method_19565(Z)Lnet/minecraft/class_4287;
    • method_19564

      public static Vec3d method_19564(com.mojang.brigadier.context.CommandContext<class_3915> commandContext, String string) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Ldf;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lcee;
      intermediary method_19564 Lnet/minecraft/class_4287;method_19564(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_236;
      named method_19564 Lnet/minecraft/class_4287;method_19564(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/util/math/Vec3d;
    • method_19566

      public static class_4261 method_19566(com.mojang.brigadier.context.CommandContext<class_3915> commandContext, String string)
      Mappings:
      Namespace Name Mixin selector
      official b Ldf;b(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lda;
      intermediary method_19566 Lnet/minecraft/class_4287;method_19566(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_4261;
      named method_19566 Lnet/minecraft/class_4287;method_19566(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_4261;
    • parse

      public class_4261 parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<class_4261>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Ldf;a(Lcom/mojang/brigadier/StringReader;)Lda;
      intermediary method_19563 Lnet/minecraft/class_4287;method_19563(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_4261;
      named parse Lnet/minecraft/class_4287;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_4261;
    • 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<class_4261>
      Mappings:
      Namespace Name Mixin selector
      official listSuggestions Ldf;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
      intermediary listSuggestions Lnet/minecraft/class_4287;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
      named listSuggestions Lnet/minecraft/class_4287;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
    • getExamples

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