Package net.minecraft.world.level.entity
Class EntitySection<T extends EntityAccess>
java.lang.Object
net.minecraft.world.level.entity.EntitySection<T>
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Visibilityprivate static final org.slf4j.Loggerprivate final ClassInstanceMultiMap<T> - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
LOGGER
private static final org.slf4j.Logger LOGGER - 
storage
 - 
chunkStatus
 
 - 
 - 
Constructor Details
- 
EntitySection
 
 - 
 - 
Method Details
- 
add
 - 
remove
 - 
getEntities
 - 
getEntities
public <U extends T> void getEntities(EntityTypeTest<T, U> p_188349_, AABB p_188350_, Consumer<? super U> p_188351_)  - 
isEmpty
public boolean isEmpty() - 
getEntities
 - 
getStatus
 - 
updateChunkStatus
 - 
size
public int size() 
 -