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> consumer) -
Uses of AbortableIterationConsumer in net.minecraft.world.level.entity
Methods in net.minecraft.world.level.entity with parameters of type AbortableIterationConsumerModifier and TypeMethodDescriptionvoidEntitySectionStorage.forEachAccessibleNonEmptySection(AABB boundingBox, AbortableIterationConsumer<EntitySection<T>> consumer) <U extends T>
voidLevelEntityGetter.get(EntityTypeTest<T, U> test, AbortableIterationConsumer<U> consumer) <U extends T>
voidLevelEntityGetter.get(EntityTypeTest<T, U> test, AABB bounds, AbortableIterationConsumer<U> consumer) <U extends T>
voidLevelEntityGetterAdapter.get(EntityTypeTest<T, U> test, AbortableIterationConsumer<U> consumer) <U extends T>
voidLevelEntityGetterAdapter.get(EntityTypeTest<T, U> test, AABB bounds, AbortableIterationConsumer<U> consumer) <U extends T>
voidEntityLookup.getEntities(EntityTypeTest<T, U> test, AbortableIterationConsumer<U> consumer) <U extends T>
AbortableIterationConsumer.ContinuationEntitySection.getEntities(EntityTypeTest<T, U> test, AABB bounds, AbortableIterationConsumer<? super U> consumer) EntitySection.getEntities(AABB bounds, AbortableIterationConsumer<T> consumer) <U extends T>
voidEntitySectionStorage.getEntities(EntityTypeTest<T, U> test, AABB bounds, AbortableIterationConsumer<U> consumer) voidEntitySectionStorage.getEntities(AABB bounds, AbortableIterationConsumer<T> consumer)