Uses of Enum Class
net.minecraft.util.math.BlockPos.IterationState
Packages that use BlockPos.IterationState
-
Uses of BlockPos.IterationState in net.minecraft.util.math
Methods in net.minecraft.util.math that return BlockPos.IterationStateModifier and TypeMethodDescriptionstatic BlockPos.IterationState
Returns 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 int
BlockPos.iterateRecursively
(BlockPos pos, int maxDepth, int maxIterations, BiConsumer<BlockPos, Consumer<BlockPos>> nextQueuer, Function<BlockPos, BlockPos.IterationState> callback) Iterates frompos
recursively, like in a fill tool in a raster image editor.