net.minecraft.world

public interface EntityLookupView

extends EntityView

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

Method summary

Modifier and TypeMethod
ServerWorld
getLevel()
getLevel()
method_8410()
toServerWorld()
default PlayerEntity
getNearestPlayer(TargetingConditions targetConditions, LivingEntity source)
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)
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)
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)
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)
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 LivingEntity> T
getNearestEntity(List<? extends T> entities, TargetingConditions targetConditions, LivingEntity source, double x, double y, double z)
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)
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)
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)