Package net.minecraft.world.level.entity
Class EntityLookup<T extends EntityAccess>
java.lang.Object
net.minecraft.world.level.entity.EntityLookup<T>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidintcount()<U extends T>
 voidgetEntities(EntityTypeTest<T, U> p_261575_, AbortableIterationConsumer<U> p_261925_) getEntity(int p_156813_) void
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
byId
- 
byUuid
 
- 
- 
Constructor Details- 
EntityLookuppublic EntityLookup()
 
- 
- 
Method Details- 
getEntitiespublic <U extends T> void getEntities(EntityTypeTest<T, U> p_261575_, AbortableIterationConsumer<U> p_261925_) 
- 
getAllEntities
- 
add
- 
remove
- 
getEntity
- 
getEntity
- 
countpublic int count()
 
-