public class PlotUnlinkEvent
extends org.bukkit.event.Event
implements org.bukkit.event.Cancellable
Constructor and Description |
---|
PlotUnlinkEvent(org.bukkit.World world,
java.util.ArrayList<PlotId> plots)
Called when a mega-plot is unlinked.
|
Modifier and Type | Method and Description |
---|---|
static org.bukkit.event.HandlerList |
getHandlerList()
|
org.bukkit.event.HandlerList |
getHandlers()
|
java.util.ArrayList<PlotId> |
getPlots()
Get the plots involved
|
org.bukkit.World |
getWorld()
|
boolean |
isCancelled()
|
void |
setCancelled(boolean b)
|
public PlotUnlinkEvent(org.bukkit.World world, java.util.ArrayList<PlotId> plots)
world
-plots
-public static org.bukkit.event.HandlerList getHandlerList()
public java.util.ArrayList<PlotId> getPlots()
public org.bukkit.World getWorld()
public org.bukkit.event.HandlerList getHandlers()
getHandlers
in class org.bukkit.event.Event
public boolean isCancelled()
isCancelled
in
interface org.bukkit.event.Cancellable
public void setCancelled(boolean b)
setCancelled
in
interface org.bukkit.event.Cancellable