net.minecraft.server.level

public interface ServerEntityGetter

extends EntityGetter

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

Method summary

Modifier and TypeMethod
ServerLevel
a()
getLevel()
method_8410()
toServerWorld()
default Player
a(chy arg0, bxj arg1)
getNearestPlayer(TargetingConditions arg0, LivingEntity arg1)
method_64388(class_4051 arg0, class_1309 arg1)
getClosestPlayer(TargetPredicate targetPredicate, LivingEntity entity)
default Player
a(chy arg0, bxj arg1, double arg2, double arg3, double arg4)
getNearestPlayer(TargetingConditions arg0, LivingEntity arg1, double arg2, double arg3, double arg4)
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 Player
a(chy arg0, double arg1, double arg2, double arg3)
getNearestPlayer(TargetingConditions arg0, double arg1, double arg2, double arg3)
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
a(Class<? extends T> arg0, chy arg1, bxj arg2, double arg3, double arg4, double arg5, fex arg6)
getNearestEntity(Class<? extends T> arg0, TargetingConditions arg1, LivingEntity arg2, double arg3, double arg4, double arg5, AABB arg6)
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 <T extends LivingEntity> T
a(List<? extends T> arg0, chy arg1, bxj arg2, double arg3, double arg4, double arg5)
getNearestEntity(List<? extends T> arg0, TargetingConditions arg1, LivingEntity arg2, double arg3, double arg4, double arg5)
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<Player>
a(chy arg0, bxj arg1, fex arg2)
getNearbyPlayers(TargetingConditions arg0, LivingEntity arg1, AABB arg2)
method_64390(class_4051 arg0, class_1309 arg1, class_238 arg2)
getPlayers(TargetPredicate targetPredicate, LivingEntity entity, Box box)
default <T extends LivingEntity> List<T>
a(Class<T> arg0, chy arg1, bxj arg2, fex arg3)
getNearbyEntities(Class<T> arg0, TargetingConditions arg1, LivingEntity arg2, AABB arg3)
method_64392(Class<T> arg0, class_4051 arg1, class_1309 arg2, class_238 arg3)
getTargets(Class<T> clazz, TargetPredicate targetPredicate, LivingEntity entity, Box box)