net.minecraft.world

public interface EntityLookupView

extends EntityView

net.minecraft.server.level.ServerEntityGetter
net.minecraft.class_10245
net.minecraft.world.EntityLookupView

Method summary

Modifier and TypeMethod
ServerWorld
getLevel()
method_8410()
toServerWorld()
default PlayerEntity
getNearestPlayer(TargetingConditions targetConditions, LivingEntity source)
method_64388(class_4051 arg0, class_1309 arg1)
getClosestPlayer(TargetPredicate targetPredicate, LivingEntity entity)
default PlayerEntity
getNearestPlayer(TargetingConditions targetConditions, LivingEntity source, double x, double y, double z)
method_64389(class_4051 arg0, class_1309 arg1, double arg2, double arg3, double arg4)
getClosestPlayer(TargetPredicate targetPredicate, LivingEntity entity, double x, double y, double z)
default PlayerEntity
getNearestPlayer(TargetingConditions targetConditions, double x, double y, double z)
method_64387(class_4051 arg0, double arg1, double arg2, double arg3)
getClosestPlayer(TargetPredicate targetPredicate, double x, double y, double z)
default <T extends LivingEntity> T
getNearestEntity(Class<? extends T> type, TargetingConditions targetConditions, LivingEntity source, double x, double y, double z, AABB bb)
method_64391(Class<? extends T> arg0, class_4051 arg1, class_1309 arg2, double arg3, double arg4, double arg5, class_238 arg6)
getClosestEntity(Class<? extends T> clazz, TargetPredicate targetPredicate, LivingEntity entity, double x, double y, double z, Box box)
default LivingEntity
getNearestEntity(TagKey<EntityType<?>> tag, TargetingConditions targetConditions, LivingEntity source, double x, double y, double z, AABB bb)
method_73182(class_6862<class_1299<?>> arg0, class_4051 arg1, class_1309 arg2, double arg3, double arg4, double arg5, class_238 arg6)
getClosestEntity(TagKey<EntityType<?>> type, TargetPredicate predicate, LivingEntity target, double x, double y, double z, Box box)
default <T extends Entity> T
getNearestEntity(List<? extends T> entities, double x, double y, double z)
method_1_4255(List<? extends T> arg0, double arg1, double arg2, double arg3)
getClosestEntity(List<? extends T> entities, double x, double y, double z)
default <T extends LivingEntity> T
getNearestEntity(List<? extends T> entities, TargetingConditions targetConditions, LivingEntity source, double x, double y, double z)
method_64393(List<? extends T> arg0, class_4051 arg1, class_1309 arg2, double arg3, double arg4, double arg5)
getClosestEntity(List<? extends T> entities, TargetPredicate targetPredicate, LivingEntity entity, double x, double y, double z)
default List<PlayerEntity>
getNearbyPlayers(TargetingConditions targetConditions, LivingEntity source, AABB bb)
method_64390(class_4051 arg0, class_1309 arg1, class_238 arg2)
getPlayers(TargetPredicate targetPredicate, LivingEntity entity, Box box)
default <T extends LivingEntity> List<T>
getNearbyEntities(Class<T> type, TargetingConditions targetConditions, LivingEntity source, AABB bb)
method_64392(Class<T> arg0, class_4051 arg1, class_1309 arg2, class_238 arg3)
getTargets(Class<T> clazz, TargetPredicate targetPredicate, LivingEntity entity, Box box)
private static boolean
lambda$getNearbyEntities$0(LivingEntity arg0)
method_64386(class_1309 arg0)
method_64386(LivingEntity entity)
private static boolean
lambda$getNearestEntity$1(TagKey arg0, LivingEntity arg1)
method_73181(class_6862 arg0, class_1309 arg1)
method_73181(TagKey arg0, LivingEntity predicate)
private static boolean
lambda$getNearestEntity$0(LivingEntity arg0)
method_64394(class_1309 arg0)
method_64394(LivingEntity potentialEntity)