net.minecraft.server.level

public interface ServerEntityGetter

extends EntityGetter

arp
net.minecraft.server.level.ServerEntityGetter
net.minecraft.class_10245
net.minecraft.unmapped.C_kqpnqdlc
net.minecraft.world.EntityLookupView
net.minecraft.world.entity.ServerEntityView

Method summary

Modifier and TypeMethod
ServerLevel
a()
getLevel()
method_8410()
m_wguextlz()
toServerWorld()
getWorld()
default Player
a(cht arg0, bxe arg1)
getNearestPlayer(TargetingConditions arg0, LivingEntity arg1)
method_64388(class_4051 arg0, class_1309 arg1)
m_zksrmakq(C_cjtyhinh arg0, C_usxaxydn arg1)
getClosestPlayer(TargetPredicate targetPredicate, LivingEntity entity)
getPlayerClosestTo(TargetPredicate predicate, LivingEntity entity)
default Player
a(cht arg0, bxe 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)
m_wgkhrjde(C_cjtyhinh arg0, C_usxaxydn arg1, double arg2, double arg3, double arg4)
getClosestPlayer(TargetPredicate targetPredicate, LivingEntity entity, double x, double y, double z)
getClosestPlayer(TargetPredicate predicate, LivingEntity entity, double x, double y, double z)
default Player
a(cht 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)
m_upupqdzw(C_cjtyhinh arg0, double arg1, double arg2, double arg3)
getClosestPlayer(TargetPredicate targetPredicate, double x, double y, double z)
getClosestPlayer(TargetPredicate predicate, double x, double y, double z)
default <T extends LivingEntity> T
a(Class<? extends T> arg0, cht arg1, bxe arg2, double arg3, double arg4, double arg5, fel 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)
m_qakzqhjm(Class<? extends T> arg0, C_cjtyhinh arg1, C_usxaxydn arg2, double arg3, double arg4, double arg5, C_hbcjzgoe arg6)
getClosestEntity(Class<? extends T> clazz, TargetPredicate targetPredicate, LivingEntity entity, double x, double y, double z, Box box)
getClosestEntity(Class<? extends T> entityClass, TargetPredicate predicate, LivingEntity baseEntity, double x, double y, double z, Box box)
default <T extends LivingEntity> T
a(List<? extends T> arg0, cht arg1, bxe 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)
m_cmohxnbg(List<? extends T> arg0, C_cjtyhinh arg1, C_usxaxydn arg2, double arg3, double arg4, double arg5)
getClosestEntity(List<? extends T> entities, TargetPredicate targetPredicate, LivingEntity entity, double x, double y, double z)
getClosestEntity(List<? extends T> entities, TargetPredicate predicate, LivingEntity baseEntity, double x, double y, double z)
default List<Player>
a(cht arg0, bxe arg1, fel arg2)
getNearbyPlayers(TargetingConditions arg0, LivingEntity arg1, AABB arg2)
method_64390(class_4051 arg0, class_1309 arg1, class_238 arg2)
m_mvwtoseu(C_cjtyhinh arg0, C_usxaxydn arg1, C_hbcjzgoe arg2)
getPlayers(TargetPredicate targetPredicate, LivingEntity entity, Box box)
getPlayersWithin(TargetPredicate predicate, LivingEntity baseEntity, Box box)
default <T extends LivingEntity> List<T>
a(Class<T> arg0, cht arg1, bxe arg2, fel 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)
m_dmrgnggm(Class<T> arg0, C_cjtyhinh arg1, C_usxaxydn arg2, C_hbcjzgoe arg3)
getTargets(Class<T> clazz, TargetPredicate targetPredicate, LivingEntity entity, Box box)
getEntitiesWithin(Class<T> entityClass, TargetPredicate predicate, LivingEntity entity, Box box)