Class UltimateSheepWarsLoadedEvent


  • public class UltimateSheepWarsLoadedEvent
    extends org.bukkit.event.Event
    Event triggered when the plugin has load all its properties.
    • Nested Class Summary

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

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

      Fields 
      Modifier and Type Field Description
      private static org.bukkit.event.HandlerList handlers  
      private fr.royalpha.sheepwars.core.SheepWarsPlugin plugin  
    • Constructor Summary

      Constructors 
      Constructor Description
      UltimateSheepWarsLoadedEvent​(fr.royalpha.sheepwars.core.SheepWarsPlugin plugin)  
    • Method Summary

      Modifier and Type Method Description
      fr.royalpha.sheepwars.core.SheepWarsPlugin getGameInstance()  
      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
    • Field Detail

      • handlers

        private static final org.bukkit.event.HandlerList handlers
      • plugin

        private fr.royalpha.sheepwars.core.SheepWarsPlugin plugin
    • Constructor Detail

      • UltimateSheepWarsLoadedEvent

        public UltimateSheepWarsLoadedEvent​(fr.royalpha.sheepwars.core.SheepWarsPlugin plugin)
    • Method Detail

      • getGameInstance

        public fr.royalpha.sheepwars.core.SheepWarsPlugin getGameInstance()
      • getHandlers

        public org.bukkit.event.HandlerList getHandlers()
        Specified by:
        getHandlers in class org.bukkit.event.Event
      • getHandlerList

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