public class FactionRelationWishEvent extends FactionPlayerEvent implements org.bukkit.event.Cancellable
| 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) |
getfPlayergetFaction, getHandlerList, getHandlerspublic Faction getTargetFaction()
public Relation getCurrentRelation()
public Relation getTargetRelation()
public boolean isCancelled()
isCancelled in interface org.bukkit.event.Cancellablepublic void setCancelled(boolean cancelled)
setCancelled in interface org.bukkit.event.Cancellable