类 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>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明get
(int p_156947_) <U extends T>
voidget
(EntityTypeTest<T, U> p_261718_, AbortableIterationConsumer<U> p_262009_) <U extends T>
voidget
(EntityTypeTest<T, U> p_261696_, AABB p_261693_, AbortableIterationConsumer<U> p_261719_) void
getAll()
-
字段详细资料
-
visibleEntities
-
sectionStorage
-
-
构造器详细资料
-
LevelEntityGetterAdapter
-
-
方法详细资料
-
get
- 指定者:
get
在接口中LevelEntityGetter<T extends EntityAccess>
-
get
- 指定者:
get
在接口中LevelEntityGetter<T extends EntityAccess>
-
getAll
- 指定者:
getAll
在接口中LevelEntityGetter<T extends EntityAccess>
-
get
public <U extends T> void get(EntityTypeTest<T, U> p_261718_, AbortableIterationConsumer<U> p_262009_) - 指定者:
get
在接口中LevelEntityGetter<T extends EntityAccess>
-
get
- 指定者:
get
在接口中LevelEntityGetter<T extends EntityAccess>
-
get
public <U extends T> void get(EntityTypeTest<T, U> p_261696_, AABB p_261693_, AbortableIterationConsumer<U> p_261719_) - 指定者:
get
在接口中LevelEntityGetter<T extends EntityAccess>
-