Package net.minecraft.world.level.entity
Class EntitySection<T extends EntityAccess>
java.lang.Object
net.minecraft.world.level.entity.EntitySection<T>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate Visibilityprivate static final org.slf4j.Loggerprivate final ClassInstanceMultiMap<T>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoid<U extends T>
 voidgetEntities(EntityTypeTest<T, U> p_188349_, AABB p_188350_, Consumer<? super U> p_188351_) voidgetEntities(AABB p_188353_, Consumer<T> p_188354_) booleanisEmpty()booleanintsize()updateChunkStatus(Visibility p_156839_) 
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
storage
- 
chunkStatus
 
- 
- 
Constructor Details- 
EntitySection
 
- 
- 
Method Details- 
add
- 
remove
- 
getEntities
- 
getEntitiespublic <U extends T> void getEntities(EntityTypeTest<T, U> p_188349_, AABB p_188350_, Consumer<? super U> p_188351_) 
- 
isEmptypublic boolean isEmpty()
- 
getEntities
- 
getStatus
- 
updateChunkStatus
- 
sizepublic int size()
 
-