public class FactionRelationWishEvent extends FactionPlayerEvent implements org.bukkit.event.Cancellable
fPlayer
Constructor and Description |
---|
FactionRelationWishEvent(FPlayer caller,
Faction sender,
Faction targetFaction,
Relation currentRelation,
Relation targetRelation) |
Modifier and Type | Method and Description |
---|---|
Relation |
getCurrentRelation() |
Faction |
getTargetFaction() |
Relation |
getTargetRelation() |
boolean |
isCancelled() |
void |
setCancelled(boolean cancelled) |
getfPlayer
getFaction, getHandlerList, getHandlers
public Faction getTargetFaction()
public Relation getCurrentRelation()
public Relation getTargetRelation()
public boolean isCancelled()
isCancelled
in interface org.bukkit.event.Cancellable
public void setCancelled(boolean cancelled)
setCancelled
in interface org.bukkit.event.Cancellable