Package net.minecraft.world.level.entity
Interface LevelEntityGetter<T extends EntityAccess>
- All Known Implementing Classes:
LevelEntityGetterAdapter
public interface LevelEntityGetter<T extends EntityAccess>
-
Method Summary
Modifier and TypeMethodDescriptionget
(int p_156931_) <U extends T>
voidget
(EntityTypeTest<T, U> p_156935_, AbortableIterationConsumer<U> p_261602_) <U extends T>
voidget
(EntityTypeTest<T, U> p_156932_, AABB p_156933_, AbortableIterationConsumer<U> p_261542_) void
getAll()
-
Method Details
-
get
-
get
-
getAll
-
get
-
get
-
get
<U extends T> void get(EntityTypeTest<T, U> p_156932_, AABB p_156933_, AbortableIterationConsumer<U> p_261542_)
-