Class EntitySelectorReader

java.lang.Object
net.minecraft.command.EntitySelectorReader

public class EntitySelectorReader extends Object
Mappings:
Namespace Name
official fw
intermediary net/minecraft/class_2303
named net/minecraft/command/EntitySelectorReader
  • Field Details

    • SELECTOR_PREFIX

      public static final char SELECTOR_PREFIX
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lfw;a:C
      intermediary field_33069 Lnet/minecraft/class_2303;field_33069:C
      named SELECTOR_PREFIX Lnet/minecraft/command/EntitySelectorReader;SELECTOR_PREFIX:C
    • ARGUMENTS_OPENING

      private static final char ARGUMENTS_OPENING
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official o Lfw;o:C
      intermediary field_33073 Lnet/minecraft/class_2303;field_33073:C
      named ARGUMENTS_OPENING Lnet/minecraft/command/EntitySelectorReader;ARGUMENTS_OPENING:C
    • ARGUMENTS_CLOSING

      private static final char ARGUMENTS_CLOSING
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official p Lfw;p:C
      intermediary field_33074 Lnet/minecraft/class_2303;field_33074:C
      named ARGUMENTS_CLOSING Lnet/minecraft/command/EntitySelectorReader;ARGUMENTS_CLOSING:C
    • ARGUMENT_DEFINER

      public static final char ARGUMENT_DEFINER
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lfw;b:C
      intermediary field_33070 Lnet/minecraft/class_2303;field_33070:C
      named ARGUMENT_DEFINER Lnet/minecraft/command/EntitySelectorReader;ARGUMENT_DEFINER:C
    • ARGUMENT_SEPARATOR

      private static final char ARGUMENT_SEPARATOR
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official q Lfw;q:C
      intermediary field_33075 Lnet/minecraft/class_2303;field_33075:C
      named ARGUMENT_SEPARATOR Lnet/minecraft/command/EntitySelectorReader;ARGUMENT_SEPARATOR:C
    • INVERT_MODIFIER

      public static final char INVERT_MODIFIER
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lfw;c:C
      intermediary field_33071 Lnet/minecraft/class_2303;field_33071:C
      named INVERT_MODIFIER Lnet/minecraft/command/EntitySelectorReader;INVERT_MODIFIER:C
    • TAG_MODIFIER

      public static final char TAG_MODIFIER
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Lfw;d:C
      intermediary field_33072 Lnet/minecraft/class_2303;field_33072:C
      named TAG_MODIFIER Lnet/minecraft/command/EntitySelectorReader;TAG_MODIFIER:C
    • NEAREST_PLAYER

      private static final char NEAREST_PLAYER
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official r Lfw;r:C
      intermediary field_33076 Lnet/minecraft/class_2303;field_33076:C
      named NEAREST_PLAYER Lnet/minecraft/command/EntitySelectorReader;NEAREST_PLAYER:C
    • ALL_PLAYERS

      private static final char ALL_PLAYERS
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official s Lfw;s:C
      intermediary field_33077 Lnet/minecraft/class_2303;field_33077:C
      named ALL_PLAYERS Lnet/minecraft/command/EntitySelectorReader;ALL_PLAYERS:C
    • RANDOM_PLAYER

      private static final char RANDOM_PLAYER
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official t Lfw;t:C
      intermediary field_33078 Lnet/minecraft/class_2303;field_33078:C
      named RANDOM_PLAYER Lnet/minecraft/command/EntitySelectorReader;RANDOM_PLAYER:C
    • SELF

      private static final char SELF
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official u Lfw;u:C
      intermediary field_33079 Lnet/minecraft/class_2303;field_33079:C
      named SELF Lnet/minecraft/command/EntitySelectorReader;SELF:C
    • ALL_ENTITIES

      private static final char ALL_ENTITIES
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official v Lfw;v:C
      intermediary field_33080 Lnet/minecraft/class_2303;field_33080:C
      named ALL_ENTITIES Lnet/minecraft/command/EntitySelectorReader;ALL_ENTITIES:C
    • INVALID_ENTITY_EXCEPTION

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INVALID_ENTITY_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official e Lfw;e:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_10875 Lnet/minecraft/class_2303;field_10875:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named INVALID_ENTITY_EXCEPTION Lnet/minecraft/command/EntitySelectorReader;INVALID_ENTITY_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
    • UNKNOWN_SELECTOR_EXCEPTION

      public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType UNKNOWN_SELECTOR_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official f Lfw;f:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
      intermediary field_10853 Lnet/minecraft/class_2303;field_10853:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
      named UNKNOWN_SELECTOR_EXCEPTION Lnet/minecraft/command/EntitySelectorReader;UNKNOWN_SELECTOR_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
    • NOT_ALLOWED_EXCEPTION

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NOT_ALLOWED_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official g Lfw;g:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_10880 Lnet/minecraft/class_2303;field_10880:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named NOT_ALLOWED_EXCEPTION Lnet/minecraft/command/EntitySelectorReader;NOT_ALLOWED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
    • MISSING_EXCEPTION

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType MISSING_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official h Lfw;h:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_10844 Lnet/minecraft/class_2303;field_10844:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named MISSING_EXCEPTION Lnet/minecraft/command/EntitySelectorReader;MISSING_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
    • UNTERMINATED_EXCEPTION

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType UNTERMINATED_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official i Lfw;i:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_10837 Lnet/minecraft/class_2303;field_10837:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named UNTERMINATED_EXCEPTION Lnet/minecraft/command/EntitySelectorReader;UNTERMINATED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
    • VALUELESS_EXCEPTION

      public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType VALUELESS_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official j Lfw;j:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
      intermediary field_10855 Lnet/minecraft/class_2303;field_10855:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
      named VALUELESS_EXCEPTION Lnet/minecraft/command/EntitySelectorReader;VALUELESS_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
    • NEAREST

      public static final BiConsumer<Vec3d,List<? extends Entity>> NEAREST
      Mappings:
      Namespace Name Mixin selector
      official k Lfw;k:Ljava/util/function/BiConsumer;
      intermediary field_10869 Lnet/minecraft/class_2303;field_10869:Ljava/util/function/BiConsumer;
      named NEAREST Lnet/minecraft/command/EntitySelectorReader;NEAREST:Ljava/util/function/BiConsumer;
    • FURTHEST

      public static final BiConsumer<Vec3d,List<? extends Entity>> FURTHEST
      Mappings:
      Namespace Name Mixin selector
      official l Lfw;l:Ljava/util/function/BiConsumer;
      intermediary field_10882 Lnet/minecraft/class_2303;field_10882:Ljava/util/function/BiConsumer;
      named FURTHEST Lnet/minecraft/command/EntitySelectorReader;FURTHEST:Ljava/util/function/BiConsumer;
    • RANDOM

      public static final BiConsumer<Vec3d,List<? extends Entity>> RANDOM
      Mappings:
      Namespace Name Mixin selector
      official m Lfw;m:Ljava/util/function/BiConsumer;
      intermediary field_10850 Lnet/minecraft/class_2303;field_10850:Ljava/util/function/BiConsumer;
      named RANDOM Lnet/minecraft/command/EntitySelectorReader;RANDOM:Ljava/util/function/BiConsumer;
    • DEFAULT_SUGGESTION_PROVIDER

      public static final BiFunction<com.mojang.brigadier.suggestion.SuggestionsBuilder,Consumer<com.mojang.brigadier.suggestion.SuggestionsBuilder>,CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>> DEFAULT_SUGGESTION_PROVIDER
      Mappings:
      Namespace Name Mixin selector
      official n Lfw;n:Ljava/util/function/BiFunction;
      intermediary field_10867 Lnet/minecraft/class_2303;field_10867:Ljava/util/function/BiFunction;
      named DEFAULT_SUGGESTION_PROVIDER Lnet/minecraft/command/EntitySelectorReader;DEFAULT_SUGGESTION_PROVIDER:Ljava/util/function/BiFunction;
    • reader

      private final com.mojang.brigadier.StringReader reader
      Mappings:
      Namespace Name Mixin selector
      official w Lfw;w:Lcom/mojang/brigadier/StringReader;
      intermediary field_10860 Lnet/minecraft/class_2303;field_10860:Lcom/mojang/brigadier/StringReader;
      named reader Lnet/minecraft/command/EntitySelectorReader;reader:Lcom/mojang/brigadier/StringReader;
    • atAllowed

      private final boolean atAllowed
      Mappings:
      Namespace Name Mixin selector
      official x Lfw;x:Z
      intermediary field_10846 Lnet/minecraft/class_2303;field_10846:Z
      named atAllowed Lnet/minecraft/command/EntitySelectorReader;atAllowed:Z
    • limit

      private int limit
      Mappings:
      Namespace Name Mixin selector
      official y Lfw;y:I
      intermediary field_10858 Lnet/minecraft/class_2303;field_10858:I
      named limit Lnet/minecraft/command/EntitySelectorReader;limit:I
    • includesNonPlayers

      private boolean includesNonPlayers
      Mappings:
      Namespace Name Mixin selector
      official z Lfw;z:Z
      intermediary field_10843 Lnet/minecraft/class_2303;field_10843:Z
      named includesNonPlayers Lnet/minecraft/command/EntitySelectorReader;includesNonPlayers:Z
    • localWorldOnly

      private boolean localWorldOnly
      Mappings:
      Namespace Name Mixin selector
      official A Lfw;A:Z
      intermediary field_10866 Lnet/minecraft/class_2303;field_10866:Z
      named localWorldOnly Lnet/minecraft/command/EntitySelectorReader;localWorldOnly:Z
    • distance

      private NumberRange.FloatRange distance
      Mappings:
      Namespace Name Mixin selector
      official B Lfw;B:Lcg$c;
      intermediary field_10838 Lnet/minecraft/class_2303;field_10838:Lnet/minecraft/class_2096$class_2099;
      named distance Lnet/minecraft/command/EntitySelectorReader;distance:Lnet/minecraft/predicate/NumberRange$FloatRange;
    • levelRange

      private NumberRange.IntRange levelRange
      Mappings:
      Namespace Name Mixin selector
      official C Lfw;C:Lcg$d;
      intermediary field_10842 Lnet/minecraft/class_2303;field_10842:Lnet/minecraft/class_2096$class_2100;
      named levelRange Lnet/minecraft/command/EntitySelectorReader;levelRange:Lnet/minecraft/predicate/NumberRange$IntRange;
    • x

      Mappings:
      Namespace Name Mixin selector
      official D Lfw;D:Ljava/lang/Double;
      intermediary field_10857 Lnet/minecraft/class_2303;field_10857:Ljava/lang/Double;
      named x Lnet/minecraft/command/EntitySelectorReader;x:Ljava/lang/Double;
    • y

      Mappings:
      Namespace Name Mixin selector
      official E Lfw;E:Ljava/lang/Double;
      intermediary field_10872 Lnet/minecraft/class_2303;field_10872:Ljava/lang/Double;
      named y Lnet/minecraft/command/EntitySelectorReader;y:Ljava/lang/Double;
    • z

      Mappings:
      Namespace Name Mixin selector
      official F Lfw;F:Ljava/lang/Double;
      intermediary field_10839 Lnet/minecraft/class_2303;field_10839:Ljava/lang/Double;
      named z Lnet/minecraft/command/EntitySelectorReader;z:Ljava/lang/Double;
    • dx

      Mappings:
      Namespace Name Mixin selector
      official G Lfw;G:Ljava/lang/Double;
      intermediary field_10862 Lnet/minecraft/class_2303;field_10862:Ljava/lang/Double;
      named dx Lnet/minecraft/command/EntitySelectorReader;dx:Ljava/lang/Double;
    • dy

      Mappings:
      Namespace Name Mixin selector
      official H Lfw;H:Ljava/lang/Double;
      intermediary field_10852 Lnet/minecraft/class_2303;field_10852:Ljava/lang/Double;
      named dy Lnet/minecraft/command/EntitySelectorReader;dy:Ljava/lang/Double;
    • dz

      Mappings:
      Namespace Name Mixin selector
      official I Lfw;I:Ljava/lang/Double;
      intermediary field_10881 Lnet/minecraft/class_2303;field_10881:Ljava/lang/Double;
      named dz Lnet/minecraft/command/EntitySelectorReader;dz:Ljava/lang/Double;
    • pitchRange

      private FloatRangeArgument pitchRange
      Mappings:
      Namespace Name Mixin selector
      official J Lfw;J:Lde;
      intermediary field_10877 Lnet/minecraft/class_2303;field_10877:Lnet/minecraft/class_2152;
      named pitchRange Lnet/minecraft/command/EntitySelectorReader;pitchRange:Lnet/minecraft/command/FloatRangeArgument;
    • yawRange

      private FloatRangeArgument yawRange
      Mappings:
      Namespace Name Mixin selector
      official K Lfw;K:Lde;
      intermediary field_10859 Lnet/minecraft/class_2303;field_10859:Lnet/minecraft/class_2152;
      named yawRange Lnet/minecraft/command/EntitySelectorReader;yawRange:Lnet/minecraft/command/FloatRangeArgument;
    • predicate

      private Predicate<Entity> predicate
      Mappings:
      Namespace Name Mixin selector
      official L Lfw;L:Ljava/util/function/Predicate;
      intermediary field_10870 Lnet/minecraft/class_2303;field_10870:Ljava/util/function/Predicate;
      named predicate Lnet/minecraft/command/EntitySelectorReader;predicate:Ljava/util/function/Predicate;
    • sorter

      private BiConsumer<Vec3d,List<? extends Entity>> sorter
      Mappings:
      Namespace Name Mixin selector
      official M Lfw;M:Ljava/util/function/BiConsumer;
      intermediary field_10847 Lnet/minecraft/class_2303;field_10847:Ljava/util/function/BiConsumer;
      named sorter Lnet/minecraft/command/EntitySelectorReader;sorter:Ljava/util/function/BiConsumer;
    • senderOnly

      private boolean senderOnly
      Mappings:
      Namespace Name Mixin selector
      official N Lfw;N:Z
      intermediary field_10879 Lnet/minecraft/class_2303;field_10879:Z
      named senderOnly Lnet/minecraft/command/EntitySelectorReader;senderOnly:Z
    • playerName

      @Nullable private @Nullable String playerName
      Mappings:
      Namespace Name Mixin selector
      official O Lfw;O:Ljava/lang/String;
      intermediary field_10876 Lnet/minecraft/class_2303;field_10876:Ljava/lang/String;
      named playerName Lnet/minecraft/command/EntitySelectorReader;playerName:Ljava/lang/String;
    • startCursor

      private int startCursor
      Mappings:
      Namespace Name Mixin selector
      official P Lfw;P:I
      intermediary field_10861 Lnet/minecraft/class_2303;field_10861:I
      named startCursor Lnet/minecraft/command/EntitySelectorReader;startCursor:I
    • uuid

      @Nullable private @Nullable UUID uuid
      Mappings:
      Namespace Name Mixin selector
      official Q Lfw;Q:Ljava/util/UUID;
      intermediary field_10878 Lnet/minecraft/class_2303;field_10878:Ljava/util/UUID;
      named uuid Lnet/minecraft/command/EntitySelectorReader;uuid:Ljava/util/UUID;
    • suggestionProvider

      private BiFunction<com.mojang.brigadier.suggestion.SuggestionsBuilder,Consumer<com.mojang.brigadier.suggestion.SuggestionsBuilder>,CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>> suggestionProvider
      Mappings:
      Namespace Name Mixin selector
      official R Lfw;R:Ljava/util/function/BiFunction;
      intermediary field_10848 Lnet/minecraft/class_2303;field_10848:Ljava/util/function/BiFunction;
      named suggestionProvider Lnet/minecraft/command/EntitySelectorReader;suggestionProvider:Ljava/util/function/BiFunction;
    • selectsName

      private boolean selectsName
      Mappings:
      Namespace Name Mixin selector
      official S Lfw;S:Z
      intermediary field_10854 Lnet/minecraft/class_2303;field_10854:Z
      named selectsName Lnet/minecraft/command/EntitySelectorReader;selectsName:Z
    • excludesName

      private boolean excludesName
      Mappings:
      Namespace Name Mixin selector
      official T Lfw;T:Z
      intermediary field_10874 Lnet/minecraft/class_2303;field_10874:Z
      named excludesName Lnet/minecraft/command/EntitySelectorReader;excludesName:Z
    • hasLimit

      private boolean hasLimit
      Mappings:
      Namespace Name Mixin selector
      official U Lfw;U:Z
      intermediary field_10851 Lnet/minecraft/class_2303;field_10851:Z
      named hasLimit Lnet/minecraft/command/EntitySelectorReader;hasLimit:Z
    • hasSorter

      private boolean hasSorter
      Mappings:
      Namespace Name Mixin selector
      official V Lfw;V:Z
      intermediary field_10873 Lnet/minecraft/class_2303;field_10873:Z
      named hasSorter Lnet/minecraft/command/EntitySelectorReader;hasSorter:Z
    • selectsGameMode

      private boolean selectsGameMode
      Mappings:
      Namespace Name Mixin selector
      official W Lfw;W:Z
      intermediary field_10849 Lnet/minecraft/class_2303;field_10849:Z
      named selectsGameMode Lnet/minecraft/command/EntitySelectorReader;selectsGameMode:Z
    • excludesGameMode

      private boolean excludesGameMode
      Mappings:
      Namespace Name Mixin selector
      official X Lfw;X:Z
      intermediary field_10871 Lnet/minecraft/class_2303;field_10871:Z
      named excludesGameMode Lnet/minecraft/command/EntitySelectorReader;excludesGameMode:Z
    • selectsTeam

      private boolean selectsTeam
      Mappings:
      Namespace Name Mixin selector
      official Y Lfw;Y:Z
      intermediary field_10845 Lnet/minecraft/class_2303;field_10845:Z
      named selectsTeam Lnet/minecraft/command/EntitySelectorReader;selectsTeam:Z
    • excludesTeam

      private boolean excludesTeam
      Mappings:
      Namespace Name Mixin selector
      official Z Lfw;Z:Z
      intermediary field_10868 Lnet/minecraft/class_2303;field_10868:Z
      named excludesTeam Lnet/minecraft/command/EntitySelectorReader;excludesTeam:Z
    • entityType

      @Nullable private @Nullable EntityType<?> entityType
      Mappings:
      Namespace Name Mixin selector
      official aa Lfw;aa:Lbdv;
      intermediary field_10863 Lnet/minecraft/class_2303;field_10863:Lnet/minecraft/class_1299;
      named entityType Lnet/minecraft/command/EntitySelectorReader;entityType:Lnet/minecraft/entity/EntityType;
    • excludesEntityType

      private boolean excludesEntityType
      Mappings:
      Namespace Name Mixin selector
      official ab Lfw;ab:Z
      intermediary field_10865 Lnet/minecraft/class_2303;field_10865:Z
      named excludesEntityType Lnet/minecraft/command/EntitySelectorReader;excludesEntityType:Z
    • selectsScores

      private boolean selectsScores
      Mappings:
      Namespace Name Mixin selector
      official ac Lfw;ac:Z
      intermediary field_10841 Lnet/minecraft/class_2303;field_10841:Z
      named selectsScores Lnet/minecraft/command/EntitySelectorReader;selectsScores:Z
    • selectsAdvancements

      private boolean selectsAdvancements
      Mappings:
      Namespace Name Mixin selector
      official ad Lfw;ad:Z
      intermediary field_10864 Lnet/minecraft/class_2303;field_10864:Z
      named selectsAdvancements Lnet/minecraft/command/EntitySelectorReader;selectsAdvancements:Z
    • usesAt

      private boolean usesAt
      Mappings:
      Namespace Name Mixin selector
      official ae Lfw;ae:Z
      intermediary field_10840 Lnet/minecraft/class_2303;field_10840:Z
      named usesAt Lnet/minecraft/command/EntitySelectorReader;usesAt:Z
  • Constructor Details

    • EntitySelectorReader

      public EntitySelectorReader(com.mojang.brigadier.StringReader reader)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfw;<init>(Lcom/mojang/brigadier/StringReader;)V
      intermediary <init> Lnet/minecraft/class_2303;<init>(Lcom/mojang/brigadier/StringReader;)V
      named <init> Lnet/minecraft/command/EntitySelectorReader;<init>(Lcom/mojang/brigadier/StringReader;)V
    • EntitySelectorReader

      public EntitySelectorReader(com.mojang.brigadier.StringReader reader, boolean atAllowed)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfw;<init>(Lcom/mojang/brigadier/StringReader;Z)V
      intermediary <init> Lnet/minecraft/class_2303;<init>(Lcom/mojang/brigadier/StringReader;Z)V
      named <init> Lnet/minecraft/command/EntitySelectorReader;<init>(Lcom/mojang/brigadier/StringReader;Z)V
  • Method Details

    • build

      public EntitySelector build()
      Mappings:
      Namespace Name Mixin selector
      official a Lfw;a()Lfv;
      intermediary method_9871 Lnet/minecraft/class_2303;method_9871()Lnet/minecraft/class_2300;
      named build Lnet/minecraft/command/EntitySelectorReader;build()Lnet/minecraft/command/EntitySelector;
    • createBox

      private Box createBox(double x, double y, double z)
      Mappings:
      Namespace Name Mixin selector
      official a Lfw;a(DDD)Ldzz;
      intermediary method_9894 Lnet/minecraft/class_2303;method_9894(DDD)Lnet/minecraft/class_238;
      named createBox Lnet/minecraft/command/EntitySelectorReader;createBox(DDD)Lnet/minecraft/util/math/Box;
    • buildPredicate

      private void buildPredicate()
      Mappings:
      Namespace Name Mixin selector
      official I Lfw;I()V
      intermediary method_9878 Lnet/minecraft/class_2303;method_9878()V
      named buildPredicate Lnet/minecraft/command/EntitySelectorReader;buildPredicate()V
    • rotationPredicate

      private Predicate<Entity> rotationPredicate(FloatRangeArgument angleRange, ToDoubleFunction<Entity> entityToAngle)
      Mappings:
      Namespace Name Mixin selector
      official a Lfw;a(Lde;Ljava/util/function/ToDoubleFunction;)Ljava/util/function/Predicate;
      intermediary method_9859 Lnet/minecraft/class_2303;method_9859(Lnet/minecraft/class_2152;Ljava/util/function/ToDoubleFunction;)Ljava/util/function/Predicate;
      named rotationPredicate Lnet/minecraft/command/EntitySelectorReader;rotationPredicate(Lnet/minecraft/command/FloatRangeArgument;Ljava/util/function/ToDoubleFunction;)Ljava/util/function/Predicate;
    • readAtVariable

      protected void readAtVariable() throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official b Lfw;b()V
      intermediary method_9917 Lnet/minecraft/class_2303;method_9917()V
      named readAtVariable Lnet/minecraft/command/EntitySelectorReader;readAtVariable()V
    • readRegular

      protected void readRegular() throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official c Lfw;c()V
      intermediary method_9849 Lnet/minecraft/class_2303;method_9849()V
      named readRegular Lnet/minecraft/command/EntitySelectorReader;readRegular()V
    • readArguments

      protected void readArguments() throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official d Lfw;d()V
      intermediary method_9874 Lnet/minecraft/class_2303;method_9874()V
      named readArguments Lnet/minecraft/command/EntitySelectorReader;readArguments()V
    • readNegationCharacter

      public boolean readNegationCharacter()
      Mappings:
      Namespace Name Mixin selector
      official e Lfw;e()Z
      intermediary method_9892 Lnet/minecraft/class_2303;method_9892()Z
      named readNegationCharacter Lnet/minecraft/command/EntitySelectorReader;readNegationCharacter()Z
    • readTagCharacter

      public boolean readTagCharacter()
      Mappings:
      Namespace Name Mixin selector
      official f Lfw;f()Z
      intermediary method_9915 Lnet/minecraft/class_2303;method_9915()Z
      named readTagCharacter Lnet/minecraft/command/EntitySelectorReader;readTagCharacter()Z
    • getReader

      public com.mojang.brigadier.StringReader getReader()
      Mappings:
      Namespace Name Mixin selector
      official g Lfw;g()Lcom/mojang/brigadier/StringReader;
      intermediary method_9835 Lnet/minecraft/class_2303;method_9835()Lcom/mojang/brigadier/StringReader;
      named getReader Lnet/minecraft/command/EntitySelectorReader;getReader()Lcom/mojang/brigadier/StringReader;
    • setPredicate

      public void setPredicate(Predicate<Entity> predicate)
      Mappings:
      Namespace Name Mixin selector
      official a Lfw;a(Ljava/util/function/Predicate;)V
      intermediary method_9916 Lnet/minecraft/class_2303;method_9916(Ljava/util/function/Predicate;)V
      named setPredicate Lnet/minecraft/command/EntitySelectorReader;setPredicate(Ljava/util/function/Predicate;)V
    • setLocalWorldOnly

      public void setLocalWorldOnly()
      Mappings:
      Namespace Name Mixin selector
      official h Lfw;h()V
      intermediary method_9852 Lnet/minecraft/class_2303;method_9852()V
      named setLocalWorldOnly Lnet/minecraft/command/EntitySelectorReader;setLocalWorldOnly()V
    • getDistance

      public NumberRange.FloatRange getDistance()
      Mappings:
      Namespace Name Mixin selector
      official i Lfw;i()Lcg$c;
      intermediary method_9873 Lnet/minecraft/class_2303;method_9873()Lnet/minecraft/class_2096$class_2099;
      named getDistance Lnet/minecraft/command/EntitySelectorReader;getDistance()Lnet/minecraft/predicate/NumberRange$FloatRange;
    • setDistance

      public void setDistance(NumberRange.FloatRange distance)
      Mappings:
      Namespace Name Mixin selector
      official a Lfw;a(Lcg$c;)V
      intermediary method_9870 Lnet/minecraft/class_2303;method_9870(Lnet/minecraft/class_2096$class_2099;)V
      named setDistance Lnet/minecraft/command/EntitySelectorReader;setDistance(Lnet/minecraft/predicate/NumberRange$FloatRange;)V
    • getLevelRange

      public NumberRange.IntRange getLevelRange()
      Mappings:
      Namespace Name Mixin selector
      official j Lfw;j()Lcg$d;
      intermediary method_9895 Lnet/minecraft/class_2303;method_9895()Lnet/minecraft/class_2096$class_2100;
      named getLevelRange Lnet/minecraft/command/EntitySelectorReader;getLevelRange()Lnet/minecraft/predicate/NumberRange$IntRange;
    • setLevelRange

      public void setLevelRange(NumberRange.IntRange levelRange)
      Mappings:
      Namespace Name Mixin selector
      official a Lfw;a(Lcg$d;)V
      intermediary method_9846 Lnet/minecraft/class_2303;method_9846(Lnet/minecraft/class_2096$class_2100;)V
      named setLevelRange Lnet/minecraft/command/EntitySelectorReader;setLevelRange(Lnet/minecraft/predicate/NumberRange$IntRange;)V
    • getPitchRange

      public FloatRangeArgument getPitchRange()
      Mappings:
      Namespace Name Mixin selector
      official k Lfw;k()Lde;
      intermediary method_9883 Lnet/minecraft/class_2303;method_9883()Lnet/minecraft/class_2152;
      named getPitchRange Lnet/minecraft/command/EntitySelectorReader;getPitchRange()Lnet/minecraft/command/FloatRangeArgument;
    • setPitchRange

      public void setPitchRange(FloatRangeArgument pitchRange)
      Mappings:
      Namespace Name Mixin selector
      official a Lfw;a(Lde;)V
      intermediary method_9898 Lnet/minecraft/class_2303;method_9898(Lnet/minecraft/class_2152;)V
      named setPitchRange Lnet/minecraft/command/EntitySelectorReader;setPitchRange(Lnet/minecraft/command/FloatRangeArgument;)V
    • getYawRange

      public FloatRangeArgument getYawRange()
      Mappings:
      Namespace Name Mixin selector
      official l Lfw;l()Lde;
      intermediary method_9853 Lnet/minecraft/class_2303;method_9853()Lnet/minecraft/class_2152;
      named getYawRange Lnet/minecraft/command/EntitySelectorReader;getYawRange()Lnet/minecraft/command/FloatRangeArgument;
    • setYawRange

      public void setYawRange(FloatRangeArgument yawRange)
      Mappings:
      Namespace Name Mixin selector
      official b Lfw;b(Lde;)V
      intermediary method_9855 Lnet/minecraft/class_2303;method_9855(Lnet/minecraft/class_2152;)V
      named setYawRange Lnet/minecraft/command/EntitySelectorReader;setYawRange(Lnet/minecraft/command/FloatRangeArgument;)V
    • getX

      @Nullable public @Nullable Double getX()
      Mappings:
      Namespace Name Mixin selector
      official m Lfw;m()Ljava/lang/Double;
      intermediary method_9902 Lnet/minecraft/class_2303;method_9902()Ljava/lang/Double;
      named getX Lnet/minecraft/command/EntitySelectorReader;getX()Ljava/lang/Double;
    • getY

      @Nullable public @Nullable Double getY()
      Mappings:
      Namespace Name Mixin selector
      official n Lfw;n()Ljava/lang/Double;
      intermediary method_9884 Lnet/minecraft/class_2303;method_9884()Ljava/lang/Double;
      named getY Lnet/minecraft/command/EntitySelectorReader;getY()Ljava/lang/Double;
    • getZ

      @Nullable public @Nullable Double getZ()
      Mappings:
      Namespace Name Mixin selector
      official o Lfw;o()Ljava/lang/Double;
      intermediary method_9868 Lnet/minecraft/class_2303;method_9868()Ljava/lang/Double;
      named getZ Lnet/minecraft/command/EntitySelectorReader;getZ()Ljava/lang/Double;
    • setX

      public void setX(double x)
      Mappings:
      Namespace Name Mixin selector
      official a Lfw;a(D)V
      intermediary method_9850 Lnet/minecraft/class_2303;method_9850(D)V
      named setX Lnet/minecraft/command/EntitySelectorReader;setX(D)V
    • setY

      public void setY(double y)
      Mappings:
      Namespace Name Mixin selector
      official b Lfw;b(D)V
      intermediary method_9864 Lnet/minecraft/class_2303;method_9864(D)V
      named setY Lnet/minecraft/command/EntitySelectorReader;setY(D)V
    • setZ

      public void setZ(double z)
      Mappings:
      Namespace Name Mixin selector
      official c Lfw;c(D)V
      intermediary method_9879 Lnet/minecraft/class_2303;method_9879(D)V
      named setZ Lnet/minecraft/command/EntitySelectorReader;setZ(D)V
    • setDx

      public void setDx(double dx)
      Mappings:
      Namespace Name Mixin selector
      official d Lfw;d(D)V
      intermediary method_9891 Lnet/minecraft/class_2303;method_9891(D)V
      named setDx Lnet/minecraft/command/EntitySelectorReader;setDx(D)V
    • setDy

      public void setDy(double dy)
      Mappings:
      Namespace Name Mixin selector
      official e Lfw;e(D)V
      intermediary method_9905 Lnet/minecraft/class_2303;method_9905(D)V
      named setDy Lnet/minecraft/command/EntitySelectorReader;setDy(D)V
    • setDz

      public void setDz(double dz)
      Mappings:
      Namespace Name Mixin selector
      official f Lfw;f(D)V
      intermediary method_9918 Lnet/minecraft/class_2303;method_9918(D)V
      named setDz Lnet/minecraft/command/EntitySelectorReader;setDz(D)V
    • getDx

      @Nullable public @Nullable Double getDx()
      Mappings:
      Namespace Name Mixin selector
      official p Lfw;p()Ljava/lang/Double;
      intermediary method_9851 Lnet/minecraft/class_2303;method_9851()Ljava/lang/Double;
      named getDx Lnet/minecraft/command/EntitySelectorReader;getDx()Ljava/lang/Double;
    • getDy

      @Nullable public @Nullable Double getDy()
      Mappings:
      Namespace Name Mixin selector
      official q Lfw;q()Ljava/lang/Double;
      intermediary method_9840 Lnet/minecraft/class_2303;method_9840()Ljava/lang/Double;
      named getDy Lnet/minecraft/command/EntitySelectorReader;getDy()Ljava/lang/Double;
    • getDz

      @Nullable public @Nullable Double getDz()
      Mappings:
      Namespace Name Mixin selector
      official r Lfw;r()Ljava/lang/Double;
      intermediary method_9907 Lnet/minecraft/class_2303;method_9907()Ljava/lang/Double;
      named getDz Lnet/minecraft/command/EntitySelectorReader;getDz()Ljava/lang/Double;
    • setLimit

      public void setLimit(int limit)
      Mappings:
      Namespace Name Mixin selector
      official a Lfw;a(I)V
      intermediary method_9900 Lnet/minecraft/class_2303;method_9900(I)V
      named setLimit Lnet/minecraft/command/EntitySelectorReader;setLimit(I)V
    • setIncludesNonPlayers

      public void setIncludesNonPlayers(boolean includesNonPlayers)
      Mappings:
      Namespace Name Mixin selector
      official a Lfw;a(Z)V
      intermediary method_9841 Lnet/minecraft/class_2303;method_9841(Z)V
      named setIncludesNonPlayers Lnet/minecraft/command/EntitySelectorReader;setIncludesNonPlayers(Z)V
    • getSorter

      public BiConsumer<Vec3d,List<? extends Entity>> getSorter()
      Mappings:
      Namespace Name Mixin selector
      official s Lfw;s()Ljava/util/function/BiConsumer;
      intermediary method_35818 Lnet/minecraft/class_2303;method_35818()Ljava/util/function/BiConsumer;
      named getSorter Lnet/minecraft/command/EntitySelectorReader;getSorter()Ljava/util/function/BiConsumer;
    • setSorter

      public void setSorter(BiConsumer<Vec3d,List<? extends Entity>> sorter)
      Mappings:
      Namespace Name Mixin selector
      official a Lfw;a(Ljava/util/function/BiConsumer;)V
      intermediary method_9845 Lnet/minecraft/class_2303;method_9845(Ljava/util/function/BiConsumer;)V
      named setSorter Lnet/minecraft/command/EntitySelectorReader;setSorter(Ljava/util/function/BiConsumer;)V
    • read

      public EntitySelector read() throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official t Lfw;t()Lfv;
      intermediary method_9882 Lnet/minecraft/class_2303;method_9882()Lnet/minecraft/class_2300;
      named read Lnet/minecraft/command/EntitySelectorReader;read()Lnet/minecraft/command/EntitySelector;
    • suggestSelector

      private static void suggestSelector(com.mojang.brigadier.suggestion.SuggestionsBuilder builder)
      Mappings:
      Namespace Name Mixin selector
      official a Lfw;a(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)V
      intermediary method_9896 Lnet/minecraft/class_2303;method_9896(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)V
      named suggestSelector Lnet/minecraft/command/EntitySelectorReader;suggestSelector(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)V
    • suggestSelector

      private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestSelector(com.mojang.brigadier.suggestion.SuggestionsBuilder builder, Consumer<com.mojang.brigadier.suggestion.SuggestionsBuilder> consumer)
      Mappings:
      Namespace Name Mixin selector
      official b Lfw;b(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_9880 Lnet/minecraft/class_2303;method_9880(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      named suggestSelector Lnet/minecraft/command/EntitySelectorReader;suggestSelector(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
    • suggestNormal

      private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestNormal(com.mojang.brigadier.suggestion.SuggestionsBuilder builder, Consumer<com.mojang.brigadier.suggestion.SuggestionsBuilder> consumer)
      Mappings:
      Namespace Name Mixin selector
      official c Lfw;c(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_9858 Lnet/minecraft/class_2303;method_9858(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      named suggestNormal Lnet/minecraft/command/EntitySelectorReader;suggestNormal(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
    • suggestSelectorRest

      private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestSelectorRest(com.mojang.brigadier.suggestion.SuggestionsBuilder builder, Consumer<com.mojang.brigadier.suggestion.SuggestionsBuilder> consumer)
      Mappings:
      Namespace Name Mixin selector
      official d Lfw;d(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_9834 Lnet/minecraft/class_2303;method_9834(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      named suggestSelectorRest Lnet/minecraft/command/EntitySelectorReader;suggestSelectorRest(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
    • suggestOpen

      private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestOpen(com.mojang.brigadier.suggestion.SuggestionsBuilder builder, Consumer<com.mojang.brigadier.suggestion.SuggestionsBuilder> consumer)
      Mappings:
      Namespace Name Mixin selector
      official e Lfw;e(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_9893 Lnet/minecraft/class_2303;method_9893(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      named suggestOpen Lnet/minecraft/command/EntitySelectorReader;suggestOpen(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
    • suggestOptionOrEnd

      private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestOptionOrEnd(com.mojang.brigadier.suggestion.SuggestionsBuilder builder, Consumer<com.mojang.brigadier.suggestion.SuggestionsBuilder> consumer)
      Mappings:
      Namespace Name Mixin selector
      official f Lfw;f(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_9911 Lnet/minecraft/class_2303;method_9911(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      named suggestOptionOrEnd Lnet/minecraft/command/EntitySelectorReader;suggestOptionOrEnd(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
    • suggestOption

      private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestOption(com.mojang.brigadier.suggestion.SuggestionsBuilder builder, Consumer<com.mojang.brigadier.suggestion.SuggestionsBuilder> consumer)
      Mappings:
      Namespace Name Mixin selector
      official g Lfw;g(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_9909 Lnet/minecraft/class_2303;method_9909(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      named suggestOption Lnet/minecraft/command/EntitySelectorReader;suggestOption(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
    • suggestEndNext

      private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestEndNext(com.mojang.brigadier.suggestion.SuggestionsBuilder builder, Consumer<com.mojang.brigadier.suggestion.SuggestionsBuilder> consumer)
      Mappings:
      Namespace Name Mixin selector
      official h Lfw;h(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_9847 Lnet/minecraft/class_2303;method_9847(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      named suggestEndNext Lnet/minecraft/command/EntitySelectorReader;suggestEndNext(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
    • suggestDefinerNext

      private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestDefinerNext(com.mojang.brigadier.suggestion.SuggestionsBuilder builder, Consumer<com.mojang.brigadier.suggestion.SuggestionsBuilder> consumer)
      Mappings:
      Namespace Name Mixin selector
      official i Lfw;i(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_35817 Lnet/minecraft/class_2303;method_35817(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      named suggestDefinerNext Lnet/minecraft/command/EntitySelectorReader;suggestDefinerNext(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
    • isSenderOnly

      public boolean isSenderOnly()
      Mappings:
      Namespace Name Mixin selector
      official u Lfw;u()Z
      intermediary method_9885 Lnet/minecraft/class_2303;method_9885()Z
      named isSenderOnly Lnet/minecraft/command/EntitySelectorReader;isSenderOnly()Z
    • setSuggestionProvider

      public void setSuggestionProvider(BiFunction<com.mojang.brigadier.suggestion.SuggestionsBuilder,Consumer<com.mojang.brigadier.suggestion.SuggestionsBuilder>,CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>> suggestionProvider)
      Mappings:
      Namespace Name Mixin selector
      official a Lfw;a(Ljava/util/function/BiFunction;)V
      intermediary method_9875 Lnet/minecraft/class_2303;method_9875(Ljava/util/function/BiFunction;)V
      named setSuggestionProvider Lnet/minecraft/command/EntitySelectorReader;setSuggestionProvider(Ljava/util/function/BiFunction;)V
    • listSuggestions

      public CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.suggestion.SuggestionsBuilder builder, Consumer<com.mojang.brigadier.suggestion.SuggestionsBuilder> consumer)
      Mappings:
      Namespace Name Mixin selector
      official a Lfw;a(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_9908 Lnet/minecraft/class_2303;method_9908(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      named listSuggestions Lnet/minecraft/command/EntitySelectorReader;listSuggestions(Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
    • selectsName

      public boolean selectsName()
      Mappings:
      Namespace Name Mixin selector
      official v Lfw;v()Z
      intermediary method_9912 Lnet/minecraft/class_2303;method_9912()Z
      named selectsName Lnet/minecraft/command/EntitySelectorReader;selectsName()Z
    • setSelectsName

      public void setSelectsName(boolean selectsName)
      Mappings:
      Namespace Name Mixin selector
      official b Lfw;b(Z)V
      intermediary method_9899 Lnet/minecraft/class_2303;method_9899(Z)V
      named setSelectsName Lnet/minecraft/command/EntitySelectorReader;setSelectsName(Z)V
    • excludesName

      public boolean excludesName()
      Mappings:
      Namespace Name Mixin selector
      official w Lfw;w()Z
      intermediary method_9844 Lnet/minecraft/class_2303;method_9844()Z
      named excludesName Lnet/minecraft/command/EntitySelectorReader;excludesName()Z
    • setExcludesName

      public void setExcludesName(boolean excludesName)
      Mappings:
      Namespace Name Mixin selector
      official c Lfw;c(Z)V
      intermediary method_9913 Lnet/minecraft/class_2303;method_9913(Z)V
      named setExcludesName Lnet/minecraft/command/EntitySelectorReader;setExcludesName(Z)V
    • hasLimit

      public boolean hasLimit()
      Mappings:
      Namespace Name Mixin selector
      official x Lfw;x()Z
      intermediary method_9866 Lnet/minecraft/class_2303;method_9866()Z
      named hasLimit Lnet/minecraft/command/EntitySelectorReader;hasLimit()Z
    • setHasLimit

      public void setHasLimit(boolean hasLimit)
      Mappings:
      Namespace Name Mixin selector
      official d Lfw;d(Z)V
      intermediary method_9877 Lnet/minecraft/class_2303;method_9877(Z)V
      named setHasLimit Lnet/minecraft/command/EntitySelectorReader;setHasLimit(Z)V
    • hasSorter

      public boolean hasSorter()
      Mappings:
      Namespace Name Mixin selector
      official y Lfw;y()Z
      intermediary method_9889 Lnet/minecraft/class_2303;method_9889()Z
      named hasSorter Lnet/minecraft/command/EntitySelectorReader;hasSorter()Z
    • setHasSorter

      public void setHasSorter(boolean hasSorter)
      Mappings:
      Namespace Name Mixin selector
      official e Lfw;e(Z)V
      intermediary method_9887 Lnet/minecraft/class_2303;method_9887(Z)V
      named setHasSorter Lnet/minecraft/command/EntitySelectorReader;setHasSorter(Z)V
    • selectsGameMode

      public boolean selectsGameMode()
      Mappings:
      Namespace Name Mixin selector
      official z Lfw;z()Z
      intermediary method_9839 Lnet/minecraft/class_2303;method_9839()Z
      named selectsGameMode Lnet/minecraft/command/EntitySelectorReader;selectsGameMode()Z
    • setSelectsGameMode

      public void setSelectsGameMode(boolean selectsGameMode)
      Mappings:
      Namespace Name Mixin selector
      official f Lfw;f(Z)V
      intermediary method_9890 Lnet/minecraft/class_2303;method_9890(Z)V
      named setSelectsGameMode Lnet/minecraft/command/EntitySelectorReader;setSelectsGameMode(Z)V
    • excludesGameMode

      public boolean excludesGameMode()
      Mappings:
      Namespace Name Mixin selector
      official A Lfw;A()Z
      intermediary method_9837 Lnet/minecraft/class_2303;method_9837()Z
      named excludesGameMode Lnet/minecraft/command/EntitySelectorReader;excludesGameMode()Z
    • setExcludesGameMode

      public void setExcludesGameMode(boolean excludesGameMode)
      Mappings:
      Namespace Name Mixin selector
      official g Lfw;g(Z)V
      intermediary method_9857 Lnet/minecraft/class_2303;method_9857(Z)V
      named setExcludesGameMode Lnet/minecraft/command/EntitySelectorReader;setExcludesGameMode(Z)V
    • selectsTeam

      public boolean selectsTeam()
      Mappings:
      Namespace Name Mixin selector
      official B Lfw;B()Z
      intermediary method_9904 Lnet/minecraft/class_2303;method_9904()Z
      named selectsTeam Lnet/minecraft/command/EntitySelectorReader;selectsTeam()Z
    • setSelectsTeam

      public void setSelectsTeam(boolean selectsTeam)
      Mappings:
      Namespace Name Mixin selector
      official h Lfw;h(Z)V
      intermediary method_9865 Lnet/minecraft/class_2303;method_9865(Z)V
      named setSelectsTeam Lnet/minecraft/command/EntitySelectorReader;setSelectsTeam(Z)V
    • excludesTeam

      public boolean excludesTeam()
      Mappings:
      Namespace Name Mixin selector
      official C Lfw;C()Z
      intermediary method_35816 Lnet/minecraft/class_2303;method_35816()Z
      named excludesTeam Lnet/minecraft/command/EntitySelectorReader;excludesTeam()Z
    • setExcludesTeam

      public void setExcludesTeam(boolean excludesTeam)
      Mappings:
      Namespace Name Mixin selector
      official i Lfw;i(Z)V
      intermediary method_9833 Lnet/minecraft/class_2303;method_9833(Z)V
      named setExcludesTeam Lnet/minecraft/command/EntitySelectorReader;setExcludesTeam(Z)V
    • setEntityType

      public void setEntityType(EntityType<?> entityType)
      Mappings:
      Namespace Name Mixin selector
      official a Lfw;a(Lbdv;)V
      intermediary method_9842 Lnet/minecraft/class_2303;method_9842(Lnet/minecraft/class_1299;)V
      named setEntityType Lnet/minecraft/command/EntitySelectorReader;setEntityType(Lnet/minecraft/entity/EntityType;)V
    • setExcludesEntityType

      public void setExcludesEntityType()
      Mappings:
      Namespace Name Mixin selector
      official D Lfw;D()V
      intermediary method_9860 Lnet/minecraft/class_2303;method_9860()V
      named setExcludesEntityType Lnet/minecraft/command/EntitySelectorReader;setExcludesEntityType()V
    • selectsEntityType

      public boolean selectsEntityType()
      Mappings:
      Namespace Name Mixin selector
      official E Lfw;E()Z
      intermediary method_9886 Lnet/minecraft/class_2303;method_9886()Z
      named selectsEntityType Lnet/minecraft/command/EntitySelectorReader;selectsEntityType()Z
    • excludesEntityType

      public boolean excludesEntityType()
      Mappings:
      Namespace Name Mixin selector
      official F Lfw;F()Z
      intermediary method_9910 Lnet/minecraft/class_2303;method_9910()Z
      named excludesEntityType Lnet/minecraft/command/EntitySelectorReader;excludesEntityType()Z
    • selectsScores

      public boolean selectsScores()
      Mappings:
      Namespace Name Mixin selector
      official G Lfw;G()Z
      intermediary method_9843 Lnet/minecraft/class_2303;method_9843()Z
      named selectsScores Lnet/minecraft/command/EntitySelectorReader;selectsScores()Z
    • setSelectsScores

      public void setSelectsScores(boolean selectsScores)
      Mappings:
      Namespace Name Mixin selector
      official j Lfw;j(Z)V
      intermediary method_9848 Lnet/minecraft/class_2303;method_9848(Z)V
      named setSelectsScores Lnet/minecraft/command/EntitySelectorReader;setSelectsScores(Z)V
    • selectsAdvancements

      public boolean selectsAdvancements()
      Mappings:
      Namespace Name Mixin selector
      official H Lfw;H()Z
      intermediary method_9861 Lnet/minecraft/class_2303;method_9861()Z
      named selectsAdvancements Lnet/minecraft/command/EntitySelectorReader;selectsAdvancements()Z
    • setSelectsAdvancements

      public void setSelectsAdvancements(boolean selectsAdvancements)
      Mappings:
      Namespace Name Mixin selector
      official k Lfw;k(Z)V
      intermediary method_9906 Lnet/minecraft/class_2303;method_9906(Z)V
      named setSelectsAdvancements Lnet/minecraft/command/EntitySelectorReader;setSelectsAdvancements(Z)V