Package com.palmergames.bukkit.util
Class DrawUtil
java.lang.Object
com.palmergames.bukkit.util.DrawUtil
- Author:
- Chris H (Zren / Shade) Date: 4/15/12
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
runOnSurface
(org.bukkit.World world, int x1, int z1, int x2, int z2, int height, Consumer<org.bukkit.Location> locationConsumer) Run a runnable over the surface of the specified rectangular area.
-
Constructor Details
-
DrawUtil
public DrawUtil()
-
-
Method Details
-
runOnSurface
public static void runOnSurface(org.bukkit.World world, int x1, int z1, int x2, int z2, int height, Consumer<org.bukkit.Location> locationConsumer) Run a runnable over the surface of the specified rectangular area. From the ground up.
-