public final class SpongeUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addSpongeWater(WorldGuardPlugin plugin,
org.bukkit.World world,
int ox,
int oy,
int oz)
Add water around a sponge.
|
static void |
clearSpongeWater(WorldGuardPlugin plugin,
org.bukkit.World world,
int ox,
int oy,
int oz)
Remove water around a sponge.
|
public static void clearSpongeWater(WorldGuardPlugin plugin, org.bukkit.World world, int ox, int oy, int oz)
plugin - The plugin instaceworld - The world the sponge isinox - The x coordinate of the 'sponge' blockoy - The y coordinate of the 'sponge' blockoz - The z coordinate of the 'sponge' blockpublic static void addSpongeWater(WorldGuardPlugin plugin, org.bukkit.World world, int ox, int oy, int oz)
plugin - The plugin instanceworld - The world the sponge is located inox - The x coordinate of the 'sponge' blockoy - The y coordinate of the 'sponge' blockoz - The z coordinate of the 'sponge' blockCopyright © 2015. All Rights Reserved.