Class FPlayerEnteredFactionEvent

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.bukkit.event.Event

        org.bukkit.event.Event.Result
    • Method Summary

      Modifier and Type Method Description
      Faction getFactionFrom()  
      Faction getFactionTo()  
      FPlayer getfPlayer()  
      static org.bukkit.event.HandlerList getHandlerList()  
      org.bukkit.event.HandlerList getHandlers()  
      • Methods inherited from class org.bukkit.event.Event

        getEventName, isAsynchronous
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FPlayerEnteredFactionEvent

        public FPlayerEnteredFactionEvent​(Faction factionTo,
                                          Faction factionFrom,
                                          FPlayer fPlayer)
    • Method Detail

      • getHandlerList

        public static org.bukkit.event.HandlerList getHandlerList()
      • getFactionTo

        public Faction getFactionTo()
      • getFactionFrom

        public Faction getFactionFrom()