net.minecraft.command.argument

public class EntitySelector

dr
net.minecraft.unmapped.C_79446704
net.minecraft.command.argument.EntitySelector
net.minecraft.command.arguments.EntitySelector

Field summary

Modifier and TypeField
private final int
a
f_15354827
max
field_197354_a
private final boolean
b
f_73890042
allowNonPlayers
field_197355_b
private final boolean
c
f_11652485
restrictOtherWorlds
field_197356_c
private final Predicate<Entity>
d
f_02367269
predicate
field_197357_d
private final NumberPredicate$Floats
e
f_99660159
range
field_197358_e
private final Function<Vec3d, Vec3d>
f
f_68014973
position
field_197359_f
private final Box
g
f_70471603
bounds
field_197360_g
private final BiConsumer<Vec3d, List<? extends Entity>>
h
f_03795112
order
field_197361_h
private final boolean
i
f_91796685
allowSelf
field_197362_i
private final String
j
f_13912612
name
field_197363_j
private final UUID
k
f_80993820
uuid
field_197364_k
private final Class<? extends Entity>
l
f_35167339
type
field_201957_l
private final boolean
m
f_37533202
selector
field_210325_m

Constructor summary

ModifierConstructor
public (int max, boolean allowNonPlayers, boolean restrictOtherWorlds, Predicate<Entity> predicate, NumberPredicate$Floats range, Function<Vec3d, Vec3d> position, Box bounds, BiConsumer<Vec3d, List<? extends Entity>> order, boolean allowSelf, String name, UUID uuid, Class<? extends Entity> type, boolean selector)

Method summary

Modifier and TypeMethod
public int
a()
m_29112086()
getMax()
func_197346_a()
public boolean
b()
m_73071267()
hasNonPlayers()
func_197351_b()
public boolean
c()
m_56899893()
hasSelf()
func_197352_c()
public boolean
d()
m_01235705()
isRestrictOtherWorlds()
func_197353_d()
private void
e(bu arg0)
m_58218520(C_30485881 arg0)
checkPermissions(CommandSourceStack source)
func_210324_e(CommandSource arg0)
public Entity
a(bu arg0)
m_46745293(C_30485881 arg0)
findSingleEntity(CommandSourceStack source)
func_197340_a(CommandSource arg0)
public List<? extends Entity>
b(bu arg0)
m_57463617(C_30485881 arg0)
findEntities(CommandSourceStack source)
func_197341_b(CommandSource arg0)
private void
a(List<aer> arg0, td arg1, ced arg2, Predicate<aer> arg3)
m_15510724(List<C_42232651> arg0, C_70668269 arg1, C_94584382 arg2, Predicate<C_42232651> arg3)
collectEntities(List<Entity> entities, ServerWorld world, Vec3d pos, Predicate<Entity> filter)
func_197348_a(List<Entity> arg0, WorldServer arg1, Vec3d arg2, Predicate<Entity> arg3)
public ServerPlayerEntity
c(bu arg0)
m_48287541(C_30485881 arg0)
findSinglePlayer(CommandSourceStack source)
func_197347_c(CommandSource arg0)
public List<ServerPlayerEntity>
d(bu arg0)
m_89193572(C_30485881 arg0)
findPlayers(CommandSourceStack source)
func_197342_d(CommandSource arg0)
private Predicate<Entity>
a(ced arg0)
m_99283657(C_94584382 arg0)
getPredicate(Vec3d pos)
func_197349_a(Vec3d arg0)
private <T extends Entity> List<T>
a(ced arg0, List<T> arg1)
m_81810527(C_94584382 arg0, List<T> arg1)
sortAndLimit(Vec3d pos, List<T> entities)
func_197345_a(Vec3d arg0, List<T> arg1)
public static Text
a(List<? extends aer> arg0)
m_19345997(List<? extends C_42232651> arg0)
joinNames(List<? extends Entity> entities)
func_197350_a(List<? extends Entity> arg0)