Uses of Enum Class
net.minecraft.util.math.BlockPos.class_10384
Packages that use BlockPos.class_10384
-
Uses of BlockPos.class_10384 in net.minecraft.util.math
Methods in net.minecraft.util.math that return BlockPos.class_10384Modifier and TypeMethodDescriptionstatic BlockPos.class_10384Returns the enum constant of this class with the specified name.static BlockPos.class_10384[]BlockPos.class_10384.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.class_10384Modifier and TypeMethodDescriptionstatic intBlockPos.iterateRecursively(BlockPos pos, int maxDepth, int maxIterations, BiConsumer<BlockPos, Consumer<BlockPos>> nextQueuer, Function<BlockPos, BlockPos.class_10384> function) Iterates fromposrecursively, like in a fill tool in a raster image editor.