Package | Description |
---|---|
com.palmergames.bukkit.towny.object | |
com.palmergames.bukkit.util |
Modifier and Type | Method and Description |
---|---|
void |
CellBorder.runBorderedOnSurface(int wallHeight,
int cornerHeight,
LocationRunnable runnable) |
Modifier and Type | Field and Description |
---|---|
static LocationRunnable |
DrawSmokeTaskFactory.SEND_TO_WORLD |
Modifier and Type | Method and Description |
---|---|
static LocationRunnable |
DrawSmokeTaskFactory.sendToPlayer(org.bukkit.entity.Player player)
Send to the smoke effect to the player.
|
Modifier and Type | Method and Description |
---|---|
static void |
DrawUtil.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.
|