net.minecraft.world.level

public interface EntityGetter

dkr
net.minecraft.world.level.EntityGetter
net.minecraft.class_1924

Method summary

Modifier and TypeMethod
List<Entity>
a(bxs arg0, fgs arg1, Predicate<? super bxs> arg2)
getEntities(Entity arg0, AABB arg1, Predicate<? super Entity> arg2)
method_8333(class_1297 arg0, class_238 arg1, Predicate<? super class_1297> arg2)
<T extends Entity> List<T>
a(egs<bxs, T> arg0, fgs 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)
default <T extends Entity> List<T>
a(Class<T> arg0, fgs 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)
List<? extends Player>
A()
players()
method_18456()
default List<Entity>
a_(bxs arg0, fgs arg1)
getEntities(Entity arg0, AABB arg1)
method_8335(class_1297 arg0, class_238 arg1)
default boolean
a(bxs arg0, fhr arg1)
isUnobstructed(Entity arg0, VoxelShape arg1)
method_8611(class_1297 arg0, class_265 arg1)
default <T extends Entity> List<T>
a(Class<T> arg0, fgs arg1)
getEntitiesOfClass(Class<T> arg0, AABB arg1)
method_18467(Class<T> arg0, class_238 arg1)
default List<VoxelShape>
c(bxs arg0, fgs arg1)
getEntityCollisions(Entity arg0, AABB arg1)
method_20743(class_1297 arg0, class_238 arg1)
default Player
a(double arg0, double arg1, double arg2, double arg3, Predicate<bxs> 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)
default Player
a(bxs arg0, double arg1)
getNearestPlayer(Entity arg0, double arg1)
method_18460(class_1297 arg0, double arg1)
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)
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)
default Player
a(UUID arg0)
getPlayerByUUID(UUID arg0)
method_18470(UUID arg0)