接口 LevelEntityGetter<T extends EntityAccess>
- 所有已知实现类:
LevelEntityGetterAdapter
public interface LevelEntityGetter<T extends EntityAccess>
-
方法概要
修饰符和类型方法说明get
(int pId) <U extends T>
voidget
(EntityTypeTest<T, U> pTest, AbortableIterationConsumer<U> pConsumer) <U extends T>
voidget
(EntityTypeTest<T, U> pTest, AABB pBounds, AbortableIterationConsumer<U> pConsumer) void
getAll()
-
方法详细资料
-
get
-
get
-
getAll
-
get
-
get
-
get
<U extends T> void get(EntityTypeTest<T, U> pTest, AABB pBounds, AbortableIterationConsumer<U> pConsumer)
-