public class FactionRelationEvent
extends org.bukkit.event.Event
| Constructor and Description |
|---|
FactionRelationEvent(Faction sender,
Faction target,
Relation oldrel,
Relation rel) |
| Modifier and Type | Method and Description |
|---|---|
Faction |
getFaction() |
static org.bukkit.event.HandlerList |
getHandlerList() |
org.bukkit.event.HandlerList |
getHandlers() |
Relation |
getOldRelation() |
Relation |
getRelation() |
Faction |
getTargetFaction() |
public static org.bukkit.event.HandlerList getHandlerList()
public org.bukkit.event.HandlerList getHandlers()
getHandlers in class org.bukkit.event.Eventpublic Relation getOldRelation()
public Relation getRelation()
public Faction getFaction()
public Faction getTargetFaction()