Uses of Enum Class
net.minecraft.util.function.LazyIterationConsumer.NextIteration
-
Uses of LazyIterationConsumer.NextIteration in net.minecraft.util.function
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LazyIterationConsumer.NextIteration[]
LazyIterationConsumer.NextIteration.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LazyIterationConsumer.NextIteration in net.minecraft.world.entity
Modifier and TypeMethodDescriptionEntityTrackingSection.forEach
(Box box, LazyIterationConsumer<T> consumer) <U extends T>
LazyIterationConsumer.NextIterationEntityTrackingSection.forEach
(TypeFilter<T, U> type, Box box, LazyIterationConsumer<? super U> consumer)