net.minecraft.world.level

public interface EntityGetter

dih
net.minecraft.world.level.EntityGetter
net.minecraft.class_1924
net.minecraft.world.EntityView

Method summary

Modifier and TypeMethod
List<Entity>
a(bwa arg0, fdr arg1, Predicate<? super bwa> arg2)
getEntities(Entity arg0, AABB arg1, Predicate<? super Entity> arg2)
method_8333(class_1297 arg0, class_238 arg1, Predicate<? super class_1297> arg2)
getOtherEntities(Entity except, Box box, Predicate<? super Entity> predicate)
<T extends Entity> List<T>
a(eea<bwa, T> arg0, fdr arg1, Predicate<? super T> arg2)
getEntities(EntityTypeTest<Entity, T> arg0, AABB arg1, Predicate<? super T> arg2)
method_18023(class_5575<class_1297, T> arg0, class_238 arg1, Predicate<? super T> arg2)
getEntitiesByType(TypeFilter<Entity, T> filter, Box box, Predicate<? super T> predicate)
default <T extends Entity> List<T>
a(Class<T> arg0, fdr arg1, Predicate<? super T> arg2)
getEntitiesOfClass(Class<T> arg0, AABB arg1, Predicate<? super T> arg2)
method_8390(Class<T> arg0, class_238 arg1, Predicate<? super T> arg2)
getEntitiesByClass(Class<T> entityClass, Box box, Predicate<? super T> predicate)
List<? extends Player>
z()
players()
method_18456()
getPlayers()
default List<Entity>
a_(bwa arg0, fdr arg1)
getEntities(Entity arg0, AABB arg1)
method_8335(class_1297 arg0, class_238 arg1)
getOtherEntities(Entity except, Box box)
default boolean
a(bwa arg0, feq arg1)
isUnobstructed(Entity arg0, VoxelShape arg1)
method_8611(class_1297 arg0, class_265 arg1)
doesNotIntersectEntities(Entity except, VoxelShape shape)
default <T extends Entity> List<T>
a(Class<T> arg0, fdr arg1)
getEntitiesOfClass(Class<T> arg0, AABB arg1)
method_18467(Class<T> arg0, class_238 arg1)
getNonSpectatingEntities(Class<T> entityClass, Box box)
default List<VoxelShape>
c(bwa arg0, fdr arg1)
getEntityCollisions(Entity arg0, AABB arg1)
method_20743(class_1297 arg0, class_238 arg1)
getEntityCollisions(Entity entity, Box box)
default Player
a(double arg0, double arg1, double arg2, double arg3, Predicate<bwa> arg4)
getNearestPlayer(double arg0, double arg1, double arg2, double arg3, Predicate<Entity> arg4)
method_8604(double arg0, double arg1, double arg2, double arg3, Predicate<class_1297> arg4)
getClosestPlayer(double x, double y, double z, double maxDistance, Predicate<Entity> targetPredicate)
default Player
a(bwa arg0, double arg1)
getNearestPlayer(Entity arg0, double arg1)
method_18460(class_1297 arg0, double arg1)
getClosestPlayer(Entity entity, double maxDistance)
default Player
a(double arg0, double arg1, double arg2, double arg3, boolean arg4)
getNearestPlayer(double arg0, double arg1, double arg2, double arg3, boolean arg4)
method_18459(double arg0, double arg1, double arg2, double arg3, boolean arg4)
getClosestPlayer(double x, double y, double z, double maxDistance, boolean ignoreCreative)
default boolean
a(double arg0, double arg1, double arg2, double arg3)
hasNearbyAlivePlayer(double arg0, double arg1, double arg2, double arg3)
method_18458(double arg0, double arg1, double arg2, double arg3)
isPlayerInRange(double x, double y, double z, double range)
default Player
a(UUID arg0)
getPlayerByUUID(UUID arg0)
method_18470(UUID arg0)
getPlayerByUuid(UUID uuid)