Uses of Interface
net.minecraft.util.AbortableIterationConsumer
-
Uses of AbortableIterationConsumer in net.minecraft.util
Modifier and TypeMethodDescriptionstatic <T> AbortableIterationConsumer
<T> AbortableIterationConsumer.forConsumer
(Consumer<T> p_261477_) -
Uses of AbortableIterationConsumer in net.minecraft.world.level.entity
Modifier and TypeMethodDescriptionvoid
EntitySectionStorage.forEachAccessibleNonEmptySection
(AABB p_188363_, AbortableIterationConsumer<EntitySection<T>> p_261588_) <U extends T>
voidLevelEntityGetter.get
(EntityTypeTest<T, U> p_156935_, AbortableIterationConsumer<U> p_261602_) <U extends T>
voidLevelEntityGetter.get
(EntityTypeTest<T, U> p_156932_, AABB p_156933_, AbortableIterationConsumer<U> p_261542_) <U extends T>
voidLevelEntityGetterAdapter.get
(EntityTypeTest<T, U> p_261718_, AbortableIterationConsumer<U> p_262009_) <U extends T>
voidLevelEntityGetterAdapter.get
(EntityTypeTest<T, U> p_261696_, AABB p_261693_, AbortableIterationConsumer<U> p_261719_) <U extends T>
voidEntityLookup.getEntities
(EntityTypeTest<T, U> p_261575_, AbortableIterationConsumer<U> p_261925_) <U extends T>
AbortableIterationConsumer.ContinuationEntitySection.getEntities
(EntityTypeTest<T, U> p_188349_, AABB p_188350_, AbortableIterationConsumer<? super U> p_261535_) EntitySection.getEntities
(AABB p_262016_, AbortableIterationConsumer<T> p_261863_) <U extends T>
voidEntitySectionStorage.getEntities
(EntityTypeTest<T, U> p_261630_, AABB p_261843_, AbortableIterationConsumer<U> p_261742_) void
EntitySectionStorage.getEntities
(AABB p_261820_, AbortableIterationConsumer<T> p_261992_)