Package com.massivecraft.factions.event
Class FactionRelationWishEvent
- java.lang.Object
-
- org.bukkit.event.Event
-
- com.massivecraft.factions.event.FactionEvent
-
- com.massivecraft.factions.event.FactionPlayerEvent
-
- com.massivecraft.factions.event.FactionRelationWishEvent
-
- All Implemented Interfaces:
org.bukkit.event.Cancellable
public class FactionRelationWishEvent extends FactionPlayerEvent implements org.bukkit.event.Cancellable
-
-
Field Summary
-
Fields inherited from class com.massivecraft.factions.event.FactionPlayerEvent
fPlayer
-
-
Method Summary
Modifier and Type Method Description RelationgetCurrentRelation()FactiongetTargetFaction()RelationgetTargetRelation()booleanisCancelled()voidsetCancelled(boolean cancelled)-
Methods inherited from class com.massivecraft.factions.event.FactionPlayerEvent
getfPlayer
-
Methods inherited from class com.massivecraft.factions.event.FactionEvent
getFaction, getHandlerList, getHandlers
-
-
-
-
Method Detail
-
getTargetFaction
public Faction getTargetFaction()
-
getCurrentRelation
public Relation getCurrentRelation()
-
getTargetRelation
public Relation getTargetRelation()
-
isCancelled
public boolean isCancelled()
- Specified by:
isCancelledin interfaceorg.bukkit.event.Cancellable
-
setCancelled
public void setCancelled(boolean cancelled)
- Specified by:
setCancelledin interfaceorg.bukkit.event.Cancellable
-
-