Class WorldUtils
java.lang.Object
com.bleudev.nine_lifes.util.WorldUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidforBlocksInBox(net.minecraft.util.math.Box box, Consumer<net.minecraft.util.math.BlockPos> func) static voidforBlocksInBox(net.minecraft.util.math.Box box, Function<net.minecraft.util.math.BlockPos, Integer> func)
-
Constructor Details
-
WorldUtils
public WorldUtils()
-
-
Method Details
-
forBlocksInBox
-
forBlocksInBox
public static void forBlocksInBox(net.minecraft.util.math.Box box, Consumer<net.minecraft.util.math.BlockPos> func)
-