public final class SpongeUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addSpongeWater(com.sk89q.worldedit.world.World world,
int ox,
int oy,
int oz)
Add water around a sponge.
|
static void |
clearSpongeWater(com.sk89q.worldedit.world.World world,
int ox,
int oy,
int oz)
Remove water around a sponge.
|
public static void clearSpongeWater(com.sk89q.worldedit.world.World world,
int ox,
int oy,
int oz)
world - The world the sponge is inox - The x coordinate of the 'sponge' blockoy - The y coordinate of the 'sponge' blockoz - The z coordinate of the 'sponge' blockpublic static void addSpongeWater(com.sk89q.worldedit.world.World world,
int ox,
int oy,
int oz)
world - 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' block