public class DrawUtil
extends java.lang.Object
| Constructor and Description |
|---|
DrawUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
drawSmokeOnSurface(org.bukkit.World world,
int x1,
int z1,
int x2,
int z2,
int height) |
static void |
runOnSurface(org.bukkit.World world,
int x1,
int z1,
int x2,
int z2,
int height,
LocationRunnable runnable)
Run a runnable over the surface of the specified rectangular area.
|
public static void runOnSurface(org.bukkit.World world,
int x1,
int z1,
int x2,
int z2,
int height,
LocationRunnable runnable)
world - x1 - z1 - x2 - z2 - height - runnable - public static void drawSmokeOnSurface(org.bukkit.World world,
int x1,
int z1,
int x2,
int z2,
int height)