Uses of Interface
net.minecraft.util.AbortableIterationConsumer
Packages that use AbortableIterationConsumer
-
Uses of AbortableIterationConsumer in net.minecraft.util
Methods in net.minecraft.util that return AbortableIterationConsumerModifier and TypeMethodDescriptionstatic <T> AbortableIterationConsumer
<T> AbortableIterationConsumer.forConsumer
(Consumer<T> pConsumer) -
Uses of AbortableIterationConsumer in net.minecraft.world.level.entity
Methods in net.minecraft.world.level.entity with parameters of type AbortableIterationConsumerModifier and TypeMethodDescriptionvoid
EntitySectionStorage.forEachAccessibleNonEmptySection
(AABB pBoundingBox, AbortableIterationConsumer<EntitySection<T>> pConsumer) <U extends T>
voidLevelEntityGetter.get
(EntityTypeTest<T, U> pTest, AbortableIterationConsumer<U> pConsumer) <U extends T>
voidLevelEntityGetter.get
(EntityTypeTest<T, U> pTest, AABB pBounds, AbortableIterationConsumer<U> pConsumer) <U extends T>
voidLevelEntityGetterAdapter.get
(EntityTypeTest<T, U> pTest, AbortableIterationConsumer<U> pConsumer) <U extends T>
voidLevelEntityGetterAdapter.get
(EntityTypeTest<T, U> pTest, AABB pBounds, AbortableIterationConsumer<U> pConsumer) <U extends T>
voidEntityLookup.getEntities
(EntityTypeTest<T, U> pTest, AbortableIterationConsumer<U> pConsumer) <U extends T>
AbortableIterationConsumer.ContinuationEntitySection.getEntities
(EntityTypeTest<T, U> pTest, AABB pBounds, AbortableIterationConsumer<? super U> pConsumer) EntitySection.getEntities
(AABB pBounds, AbortableIterationConsumer<T> pConsumer) <U extends T>
voidEntitySectionStorage.getEntities
(EntityTypeTest<T, U> pTest, AABB pBounds, AbortableIterationConsumer<U> pConsumer) void
EntitySectionStorage.getEntities
(AABB pBounds, AbortableIterationConsumer<T> pConsumer)