Uses of Enum Class
net.minecraft.util.math.BlockPos.IterationState
Packages that use BlockPos.IterationState
- 
Uses of BlockPos.IterationState in net.minecraft.util.mathMethods in net.minecraft.util.math that return BlockPos.IterationStateModifier and TypeMethodDescriptionstatic BlockPos.IterationStateReturns the enum constant of this class with the specified name.static BlockPos.IterationState[]BlockPos.IterationState.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in net.minecraft.util.math with type arguments of type BlockPos.IterationStateModifier and TypeMethodDescriptionstatic intBlockPos.iterateRecursively(BlockPos pos, int maxDepth, int maxIterations, BiConsumer<BlockPos, Consumer<BlockPos>> nextQueuer, Function<BlockPos, BlockPos.IterationState> callback) Iterates fromposrecursively, like in a fill tool in a raster image editor.