类 LevelEntityGetterAdapter<T extends EntityAccess>
java.lang.Object
net.minecraft.world.level.entity.LevelEntityGetterAdapter<T>
- 所有已实现的接口:
LevelEntityGetter<T>
public class LevelEntityGetterAdapter<T extends EntityAccess>
extends Object
implements LevelEntityGetter<T>
-
字段概要
字段 -
构造器概要
构造器构造器说明LevelEntityGetterAdapter
(EntityLookup<T> pVisibleEntities, EntitySectionStorage<T> pSectionStorage) -
方法概要
修饰符和类型方法说明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()
-
字段详细资料
-
visibleEntities
-
sectionStorage
-
-
构造器详细资料
-
LevelEntityGetterAdapter
public LevelEntityGetterAdapter(EntityLookup<T> pVisibleEntities, EntitySectionStorage<T> pSectionStorage)
-
-
方法详细资料
-
get
- 指定者:
get
在接口中LevelEntityGetter<T extends EntityAccess>
-
get
- 指定者:
get
在接口中LevelEntityGetter<T extends EntityAccess>
-
getAll
- 指定者:
getAll
在接口中LevelEntityGetter<T extends EntityAccess>
-
get
- 指定者:
get
在接口中LevelEntityGetter<T extends EntityAccess>
-
get
- 指定者:
get
在接口中LevelEntityGetter<T extends EntityAccess>
-
get
public <U extends T> void get(EntityTypeTest<T, U> pTest, AABB pBounds, AbortableIterationConsumer<U> pConsumer) - 指定者:
get
在接口中LevelEntityGetter<T extends EntityAccess>
-