Package net.minecraft.world.level.entity
Class EntitySection<T>
java.lang.Object
net.minecraft.world.level.entity.EntitySection<T>
-
Field Summary
Modifier and TypeFieldDescriptionprivate Visibility
protected static org.apache.logging.log4j.Logger
private ClassInstanceMultiMap<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getEntities(Predicate<? super T> p_156843_, Consumer<T> p_156844_)
<U extends T>
voidgetEntities(EntityTypeTest<T,U> p_156835_, Predicate<? super U> p_156836_, Consumer<? super U> p_156837_)
boolean
isEmpty()
boolean
int
size()
updateChunkStatus(Visibility p_156839_)
-
Field Details
-
LOGGER
protected static final org.apache.logging.log4j.Logger LOGGER -
storage
-
chunkStatus
-
-
Constructor Details
-
EntitySection
-
-
Method Details
-
add
-
remove
-
getEntities
-
getEntities
public <U extends T> void getEntities(EntityTypeTest<T,U> p_156835_, Predicate<? super U> p_156836_, Consumer<? super U> p_156837_) -
isEmpty
public boolean isEmpty() -
getEntities
-
getStatus
-
updateChunkStatus
-
size
public int size()
-