Class EntitySelector

java.lang.Object
net.minecraft.command.EntitySelector

public class EntitySelector extends Object
Mappings:
Namespace Name
official fv
intermediary net/minecraft/class_2300
named net/minecraft/command/EntitySelector
  • Field Details

    • MAX_VALUE

      public static final int MAX_VALUE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lfv;a:I
      intermediary field_33068 Lnet/minecraft/class_2300;field_33068:I
      named MAX_VALUE Lnet/minecraft/command/EntitySelector;MAX_VALUE:I
    • ARBITRARY

      public static final BiConsumer<Vec3d,List<? extends Entity>> ARBITRARY
      Mappings:
      Namespace Name Mixin selector
      official b Lfv;b:Ljava/util/function/BiConsumer;
      intermediary field_41524 Lnet/minecraft/class_2300;field_41524:Ljava/util/function/BiConsumer;
      named ARBITRARY Lnet/minecraft/command/EntitySelector;ARBITRARY:Ljava/util/function/BiConsumer;
    • PASSTHROUGH_FILTER

      private static final TypeFilter<Entity,?> PASSTHROUGH_FILTER
      Mappings:
      Namespace Name Mixin selector
      official c Lfv;c:Ldcq;
      intermediary field_27774 Lnet/minecraft/class_2300;field_27774:Lnet/minecraft/class_5575;
      named PASSTHROUGH_FILTER Lnet/minecraft/command/EntitySelector;PASSTHROUGH_FILTER:Lnet/minecraft/util/TypeFilter;
    • limit

      private final int limit
      Mappings:
      Namespace Name Mixin selector
      official d Lfv;d:I
      intermediary field_10822 Lnet/minecraft/class_2300;field_10822:I
      named limit Lnet/minecraft/command/EntitySelector;limit:I
    • includesNonPlayers

      private final boolean includesNonPlayers
      Mappings:
      Namespace Name Mixin selector
      official e Lfv;e:Z
      intermediary field_10830 Lnet/minecraft/class_2300;field_10830:Z
      named includesNonPlayers Lnet/minecraft/command/EntitySelector;includesNonPlayers:Z
    • localWorldOnly

      private final boolean localWorldOnly
      Mappings:
      Namespace Name Mixin selector
      official f Lfv;f:Z
      intermediary field_10829 Lnet/minecraft/class_2300;field_10829:Z
      named localWorldOnly Lnet/minecraft/command/EntitySelector;localWorldOnly:Z
    • basePredicate

      private final Predicate<Entity> basePredicate
      Mappings:
      Namespace Name Mixin selector
      official g Lfv;g:Ljava/util/function/Predicate;
      intermediary field_10820 Lnet/minecraft/class_2300;field_10820:Ljava/util/function/Predicate;
      named basePredicate Lnet/minecraft/command/EntitySelector;basePredicate:Ljava/util/function/Predicate;
    • distance

      private final NumberRange.FloatRange distance
      Mappings:
      Namespace Name Mixin selector
      official h Lfv;h:Lcg$c;
      intermediary field_10825 Lnet/minecraft/class_2300;field_10825:Lnet/minecraft/class_2096$class_2099;
      named distance Lnet/minecraft/command/EntitySelector;distance:Lnet/minecraft/predicate/NumberRange$FloatRange;
    • positionOffset

      private final Function<Vec3d,Vec3d> positionOffset
      Mappings:
      Namespace Name Mixin selector
      official i Lfv;i:Ljava/util/function/Function;
      intermediary field_10823 Lnet/minecraft/class_2300;field_10823:Ljava/util/function/Function;
      named positionOffset Lnet/minecraft/command/EntitySelector;positionOffset:Ljava/util/function/Function;
    • box

      @Nullable private final @Nullable Box box
      Mappings:
      Namespace Name Mixin selector
      official j Lfv;j:Ldzz;
      intermediary field_10824 Lnet/minecraft/class_2300;field_10824:Lnet/minecraft/class_238;
      named box Lnet/minecraft/command/EntitySelector;box:Lnet/minecraft/util/math/Box;
    • sorter

      private final BiConsumer<Vec3d,List<? extends Entity>> sorter
      Mappings:
      Namespace Name Mixin selector
      official k Lfv;k:Ljava/util/function/BiConsumer;
      intermediary field_10826 Lnet/minecraft/class_2300;field_10826:Ljava/util/function/BiConsumer;
      named sorter Lnet/minecraft/command/EntitySelector;sorter:Ljava/util/function/BiConsumer;
    • senderOnly

      private final boolean senderOnly
      Mappings:
      Namespace Name Mixin selector
      official l Lfv;l:Z
      intermediary field_10828 Lnet/minecraft/class_2300;field_10828:Z
      named senderOnly Lnet/minecraft/command/EntitySelector;senderOnly:Z
    • playerName

      @Nullable private final @Nullable String playerName
      Mappings:
      Namespace Name Mixin selector
      official m Lfv;m:Ljava/lang/String;
      intermediary field_10831 Lnet/minecraft/class_2300;field_10831:Ljava/lang/String;
      named playerName Lnet/minecraft/command/EntitySelector;playerName:Ljava/lang/String;
    • uuid

      @Nullable private final @Nullable UUID uuid
      Mappings:
      Namespace Name Mixin selector
      official n Lfv;n:Ljava/util/UUID;
      intermediary field_10821 Lnet/minecraft/class_2300;field_10821:Ljava/util/UUID;
      named uuid Lnet/minecraft/command/EntitySelector;uuid:Ljava/util/UUID;
    • entityFilter

      private final TypeFilter<Entity,?> entityFilter
      Mappings:
      Namespace Name Mixin selector
      official o Lfv;o:Ldcq;
      intermediary field_10832 Lnet/minecraft/class_2300;field_10832:Lnet/minecraft/class_5575;
      named entityFilter Lnet/minecraft/command/EntitySelector;entityFilter:Lnet/minecraft/util/TypeFilter;
    • usesAt

      private final boolean usesAt
      Mappings:
      Namespace Name Mixin selector
      official p Lfv;p:Z
      intermediary field_10827 Lnet/minecraft/class_2300;field_10827:Z
      named usesAt Lnet/minecraft/command/EntitySelector;usesAt:Z
  • Constructor Details

    • EntitySelector

      public EntitySelector(int count, boolean includesNonPlayers, boolean localWorldOnly, Predicate<Entity> basePredicate, NumberRange.FloatRange distance, Function<Vec3d,Vec3d> positionOffset, @Nullable @Nullable Box box, BiConsumer<Vec3d,List<? extends Entity>> sorter, boolean senderOnly, @Nullable @Nullable String playerName, @Nullable @Nullable UUID uuid, @Nullable @Nullable EntityType<?> type, boolean usesAt)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfv;<init>(IZZLjava/util/function/Predicate;Lcg$c;Ljava/util/function/Function;Ldzz;Ljava/util/function/BiConsumer;ZLjava/lang/String;Ljava/util/UUID;Lbdv;Z)V
      intermediary <init> Lnet/minecraft/class_2300;<init>(IZZLjava/util/function/Predicate;Lnet/minecraft/class_2096$class_2099;Ljava/util/function/Function;Lnet/minecraft/class_238;Ljava/util/function/BiConsumer;ZLjava/lang/String;Ljava/util/UUID;Lnet/minecraft/class_1299;Z)V
      named <init> Lnet/minecraft/command/EntitySelector;<init>(IZZLjava/util/function/Predicate;Lnet/minecraft/predicate/NumberRange$FloatRange;Ljava/util/function/Function;Lnet/minecraft/util/math/Box;Ljava/util/function/BiConsumer;ZLjava/lang/String;Ljava/util/UUID;Lnet/minecraft/entity/EntityType;Z)V
  • Method Details

    • getLimit

      public int getLimit()
      Mappings:
      Namespace Name Mixin selector
      official a Lfv;a()I
      intermediary method_9815 Lnet/minecraft/class_2300;method_9815()I
      named getLimit Lnet/minecraft/command/EntitySelector;getLimit()I
    • includesNonPlayers

      public boolean includesNonPlayers()
      Mappings:
      Namespace Name Mixin selector
      official b Lfv;b()Z
      intermediary method_9819 Lnet/minecraft/class_2300;method_9819()Z
      named includesNonPlayers Lnet/minecraft/command/EntitySelector;includesNonPlayers()Z
    • isSenderOnly

      public boolean isSenderOnly()
      Mappings:
      Namespace Name Mixin selector
      official c Lfv;c()Z
      intermediary method_9820 Lnet/minecraft/class_2300;method_9820()Z
      named isSenderOnly Lnet/minecraft/command/EntitySelector;isSenderOnly()Z
    • isLocalWorldOnly

      public boolean isLocalWorldOnly()
      Mappings:
      Namespace Name Mixin selector
      official d Lfv;d()Z
      intermediary method_9821 Lnet/minecraft/class_2300;method_9821()Z
      named isLocalWorldOnly Lnet/minecraft/command/EntitySelector;isLocalWorldOnly()Z
    • usesAt

      public boolean usesAt()
      Mappings:
      Namespace Name Mixin selector
      official e Lfv;e()Z
      intermediary method_35815 Lnet/minecraft/class_2300;method_35815()Z
      named usesAt Lnet/minecraft/command/EntitySelector;usesAt()Z
    • checkSourcePermission

      private void checkSourcePermission(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official e Lfv;e(Ldn;)V
      intermediary method_9818 Lnet/minecraft/class_2300;method_9818(Lnet/minecraft/class_2168;)V
      named checkSourcePermission Lnet/minecraft/command/EntitySelector;checkSourcePermission(Lnet/minecraft/server/command/ServerCommandSource;)V
    • getEntity

      public Entity getEntity(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lfv;a(Ldn;)Lbdr;
      intermediary method_9809 Lnet/minecraft/class_2300;method_9809(Lnet/minecraft/class_2168;)Lnet/minecraft/class_1297;
      named getEntity Lnet/minecraft/command/EntitySelector;getEntity(Lnet/minecraft/server/command/ServerCommandSource;)Lnet/minecraft/entity/Entity;
    • getEntities

      public List<? extends Entity> getEntities(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official b Lfv;b(Ldn;)Ljava/util/List;
      intermediary method_9816 Lnet/minecraft/class_2300;method_9816(Lnet/minecraft/class_2168;)Ljava/util/List;
      named getEntities Lnet/minecraft/command/EntitySelector;getEntities(Lnet/minecraft/server/command/ServerCommandSource;)Ljava/util/List;
    • getUnfilteredEntities

      private List<? extends Entity> getUnfilteredEntities(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official f Lfv;f(Ldn;)Ljava/util/List;
      intermediary method_45915 Lnet/minecraft/class_2300;method_45915(Lnet/minecraft/class_2168;)Ljava/util/List;
      named getUnfilteredEntities Lnet/minecraft/command/EntitySelector;getUnfilteredEntities(Lnet/minecraft/server/command/ServerCommandSource;)Ljava/util/List;
    • appendEntitiesFromWorld

      private void appendEntitiesFromWorld(List<Entity> entities, ServerWorld world, Vec3d pos, Predicate<Entity> predicate)
      Mappings:
      Namespace Name Mixin selector
      official a Lfv;a(Ljava/util/List;Lahm;Leae;Ljava/util/function/Predicate;)V
      intermediary method_9823 Lnet/minecraft/class_2300;method_9823(Ljava/util/List;Lnet/minecraft/class_3218;Lnet/minecraft/class_243;Ljava/util/function/Predicate;)V
      named appendEntitiesFromWorld Lnet/minecraft/command/EntitySelector;appendEntitiesFromWorld(Ljava/util/List;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/Vec3d;Ljava/util/function/Predicate;)V
    • getAppendLimit

      private int getAppendLimit()
      Mappings:
      Namespace Name Mixin selector
      official f Lfv;f()I
      intermediary method_47803 Lnet/minecraft/class_2300;method_47803()I
      named getAppendLimit Lnet/minecraft/command/EntitySelector;getAppendLimit()I
    • getPlayer

      public ServerPlayerEntity getPlayer(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official c Lfv;c(Ldn;)Lahn;
      intermediary method_9811 Lnet/minecraft/class_2300;method_9811(Lnet/minecraft/class_2168;)Lnet/minecraft/class_3222;
      named getPlayer Lnet/minecraft/command/EntitySelector;getPlayer(Lnet/minecraft/server/command/ServerCommandSource;)Lnet/minecraft/server/network/ServerPlayerEntity;
    • getPlayers

      public List<ServerPlayerEntity> getPlayers(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official d Lfv;d(Ldn;)Ljava/util/List;
      intermediary method_9813 Lnet/minecraft/class_2300;method_9813(Lnet/minecraft/class_2168;)Ljava/util/List;
      named getPlayers Lnet/minecraft/command/EntitySelector;getPlayers(Lnet/minecraft/server/command/ServerCommandSource;)Ljava/util/List;
    • getPositionPredicate

      private Predicate<Entity> getPositionPredicate(Vec3d pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lfv;a(Leae;)Ljava/util/function/Predicate;
      intermediary method_9817 Lnet/minecraft/class_2300;method_9817(Lnet/minecraft/class_243;)Ljava/util/function/Predicate;
      named getPositionPredicate Lnet/minecraft/command/EntitySelector;getPositionPredicate(Lnet/minecraft/util/math/Vec3d;)Ljava/util/function/Predicate;
    • getEntities

      private <T extends Entity> List<T> getEntities(Vec3d pos, List<T> entities)
      Mappings:
      Namespace Name Mixin selector
      official a Lfv;a(Leae;Ljava/util/List;)Ljava/util/List;
      intermediary method_9814 Lnet/minecraft/class_2300;method_9814(Lnet/minecraft/class_243;Ljava/util/List;)Ljava/util/List;
      named getEntities Lnet/minecraft/command/EntitySelector;getEntities(Lnet/minecraft/util/math/Vec3d;Ljava/util/List;)Ljava/util/List;
    • getNames

      public static Text getNames(List<? extends Entity> entities)
      Mappings:
      Namespace Name Mixin selector
      official a Lfv;a(Ljava/util/List;)Lss;
      intermediary method_9822 Lnet/minecraft/class_2300;method_9822(Ljava/util/List;)Lnet/minecraft/class_2561;
      named getNames Lnet/minecraft/command/EntitySelector;getNames(Ljava/util/List;)Lnet/minecraft/text/Text;