Class EntitySelectorReader

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

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

    • INVALID_ENTITY_EXCEPTION

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INVALID_ENTITY_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official a Lfd;a: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 b Lfd;b: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 c Lfd;c: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 d Lfd;d: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 e Lfd;e: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 f Lfd;f: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;
    • ARBITRARY

      public static final BiConsumer<Vec3d,​List<? extends Entity>> ARBITRARY
      Mappings:
      Namespace Name Mixin selector
      official g Lfd;g:Ljava/util/function/BiConsumer;
      intermediary field_10856 Lnet/minecraft/class_2303;field_10856:Ljava/util/function/BiConsumer;
      named ARBITRARY Lnet/minecraft/command/EntitySelectorReader;ARBITRARY:Ljava/util/function/BiConsumer;
    • NEAREST

      public static final BiConsumer<Vec3d,​List<? extends Entity>> NEAREST
      Mappings:
      Namespace Name Mixin selector
      official h Lfd;h: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 i Lfd;i: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 j Lfd;j: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 k Lfd;k: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 l Lfd;l: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 m Lfd;m: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 n Lfd;n: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 o Lfd;o: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 p Lfd;p: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 q Lfd;q:Lbz$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 r Lfd;r:Lbz$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

      @Nullable private Double x
      Mappings:
      Namespace Name Mixin selector
      official s Lfd;s: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

      @Nullable private Double y
      Mappings:
      Namespace Name Mixin selector
      official t Lfd;t: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

      @Nullable private Double z
      Mappings:
      Namespace Name Mixin selector
      official u Lfd;u: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

      @Nullable private Double dx
      Mappings:
      Namespace Name Mixin selector
      official v Lfd;v: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

      @Nullable private Double dy
      Mappings:
      Namespace Name Mixin selector
      official w Lfd;w: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

      @Nullable private Double dz
      Mappings:
      Namespace Name Mixin selector
      official x Lfd;x: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 y Lfd;y:Lcu;
      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 z Lfd;z:Lcu;
      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 A Lfd;A: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 B Lfd;B: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 C Lfd;C:Z
      intermediary field_10879 Lnet/minecraft/class_2303;field_10879:Z
      named senderOnly Lnet/minecraft/command/EntitySelectorReader;senderOnly:Z
    • playerName

      @Nullable private String playerName
      Mappings:
      Namespace Name Mixin selector
      official D Lfd;D: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 E Lfd;E:I
      intermediary field_10861 Lnet/minecraft/class_2303;field_10861:I
      named startCursor Lnet/minecraft/command/EntitySelectorReader;startCursor:I
    • uuid

      @Nullable private UUID uuid
      Mappings:
      Namespace Name Mixin selector
      official F Lfd;F: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 G Lfd;G: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 H Lfd;H: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 I Lfd;I: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 J Lfd;J: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 K Lfd;K: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 L Lfd;L: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 M Lfd;M: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 N Lfd;N: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 O Lfd;O:Z
      intermediary field_10868 Lnet/minecraft/class_2303;field_10868:Z
      named excludesTeam Lnet/minecraft/command/EntitySelectorReader;excludesTeam:Z
    • entityType

      @Nullable private EntityType<?> entityType
      Mappings:
      Namespace Name Mixin selector
      official P Lfd;P:Laqz;
      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 Q Lfd;Q: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 R Lfd;R: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 S Lfd;S: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 T Lfd;T: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> Lfd;<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> Lfd;<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 Lfd;a()Lfc;
      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 Lfd;a(DDD)Ldip;
      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 Lfd;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 floatRangeArgument, ToDoubleFunction<Entity> toDoubleFunction)
      Mappings:
      Namespace Name Mixin selector
      official a Lfd;a(Lcu;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 Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;i()Lbz$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 Lfd;a(Lbz$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 Lfd;j()Lbz$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 experienceRange)
      Mappings:
      Namespace Name Mixin selector
      official a Lfd;a(Lbz$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 Lfd;k()Lcu;
      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 floatRangeArgument)
      Mappings:
      Namespace Name Mixin selector
      official a Lfd;a(Lcu;)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 Lfd;l()Lcu;
      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 floatRangeArgument)
      Mappings:
      Namespace Name Mixin selector
      official b Lfd;b(Lcu;)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 Double getX()
      Mappings:
      Namespace Name Mixin selector
      official m Lfd;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 Double getY()
      Mappings:
      Namespace Name Mixin selector
      official n Lfd;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 Double getZ()
      Mappings:
      Namespace Name Mixin selector
      official o Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;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 Double getDx()
      Mappings:
      Namespace Name Mixin selector
      official p Lfd;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 Double getDy()
      Mappings:
      Namespace Name Mixin selector
      official q Lfd;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 Double getDz()
      Mappings:
      Namespace Name Mixin selector
      official r Lfd;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 Lfd;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 Lfd;a(Z)V
      intermediary method_9841 Lnet/minecraft/class_2303;method_9841(Z)V
      named setIncludesNonPlayers Lnet/minecraft/command/EntitySelectorReader;setIncludesNonPlayers(Z)V
    • setSorter

      public void setSorter​(BiConsumer<Vec3d,​List<? extends Entity>> sorter)
      Mappings:
      Namespace Name Mixin selector
      official a Lfd;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 Lfd;t()Lfc;
      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 Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;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;
    • isSenderOnly

      public boolean isSenderOnly()
      Mappings:
      Namespace Name Mixin selector
      official u Lfd;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>> biFunction)
      Mappings:
      Namespace Name Mixin selector
      official a Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;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 bool)
      Mappings:
      Namespace Name Mixin selector
      official c Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;A()Z
      intermediary method_9837 Lnet/minecraft/class_2303;method_9837()Z
      named excludesGameMode Lnet/minecraft/command/EntitySelectorReader;excludesGameMode()Z
    • setHasNegatedGameMode

      public void setHasNegatedGameMode​(boolean hasNegatedGameMode)
      Mappings:
      Namespace Name Mixin selector
      official g Lfd;g(Z)V
      intermediary method_9857 Lnet/minecraft/class_2303;method_9857(Z)V
      named setHasNegatedGameMode Lnet/minecraft/command/EntitySelectorReader;setHasNegatedGameMode(Z)V
    • selectsTeam

      public boolean selectsTeam()
      Mappings:
      Namespace Name Mixin selector
      official B Lfd;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 Lfd;h(Z)V
      intermediary method_9865 Lnet/minecraft/class_2303;method_9865(Z)V
      named setSelectsTeam Lnet/minecraft/command/EntitySelectorReader;setSelectsTeam(Z)V
    • setExcludesTeam

      public void setExcludesTeam​(boolean excludesTeam)
      Mappings:
      Namespace Name Mixin selector
      official i Lfd;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 Lfd;a(Laqz;)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 Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;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 Lfd;k(Z)V
      intermediary method_9906 Lnet/minecraft/class_2303;method_9906(Z)V
      named setSelectsAdvancements Lnet/minecraft/command/EntitySelectorReader;setSelectsAdvancements(Z)V