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 Relation
getCurrentRelation()
Faction
getTargetFaction()
Relation
getTargetRelation()
boolean
isCancelled()
void
setCancelled(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:
isCancelled
in interfaceorg.bukkit.event.Cancellable
-
setCancelled
public void setCancelled(boolean cancelled)
- Specified by:
setCancelled
in interfaceorg.bukkit.event.Cancellable
-
-