net.minecraft.world.entity

public interface EntityLookup<T extends EntityLike>

net.minecraft.world.level.entity.LevelEntityGetter
net.minecraft.class_5577
net.minecraft.world.entity.EntityLookup

Method summary

Modifier and TypeMethod
T
get(int id)
method_31804(int arg0)
get(int id)
T
get(UUID id)
method_31808(UUID arg0)
get(UUID uuid)
Iterable<T>
getAll()
method_31803()
iterate()
<U extends T> void
get(EntityTypeTest<T, U> type, AbortableIterationConsumer<U> consumer)
method_31806(class_5575<T, U> arg0, class_7927<U> arg1)
forEach(TypeFilter<T, U> filter, LazyIterationConsumer<U> consumer)
void
get(AABB bb, Consumer<T> output)
method_31807(class_238 arg0, Consumer<T> arg1)
forEachIntersects(Box box, Consumer<T> action)
<U extends T> void
get(EntityTypeTest<T, U> type, AABB bb, AbortableIterationConsumer<U> consumer)
method_31805(class_5575<T, U> arg0, class_238 arg1, class_7927<U> arg2)
forEachIntersects(TypeFilter<T, U> filter, Box box, LazyIterationConsumer<U> consumer)