Class SpongeAbsorbEvent

All Implemented Interfaces:
Cancellable

public class SpongeAbsorbEvent
extends BlockEvent
implements Cancellable
Called when a sponge absorbs water from the world.
The world will be in its previous state, and getBlocks() will represent the changes to be made to the world, if the event is not cancelled.
As this is a physics based event it may be called multiple times for "the same" changes.