类 EntityLookup<T extends EntityAccess>
java.lang.Object
net.minecraft.world.level.entity.EntityLookup<T>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
int
count()
<U extends T>
voidgetEntities
(EntityTypeTest<T, U> p_261575_, AbortableIterationConsumer<U> p_261925_) getEntity
(int p_156813_) void
-
字段详细资料
-
LOGGER
private static final org.slf4j.Logger LOGGER -
byId
-
byUuid
-
-
构造器详细资料
-
EntityLookup
public EntityLookup()
-
-
方法详细资料
-
getEntities
public <U extends T> void getEntities(EntityTypeTest<T, U> p_261575_, AbortableIterationConsumer<U> p_261925_) -
getAllEntities
-
add
-
remove
-
getEntity
-
getEntity
-
count
public int count()
-