Class GameStartEvent


  • public class GameStartEvent
    extends org.bukkit.event.Event
    Event triggered when the game starts.
    • 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 boolean cloudNetAPISupport  
      private static org.bukkit.event.HandlerList handlers  
      private fr.royalpha.sheepwars.core.SheepWarsPlugin plugin  
    • Constructor Summary

      Constructors 
      Constructor Description
      GameStartEvent​(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()  
      boolean isCloudNetSupportEnable()  
      void setCloudNetSupport​(boolean enable)  
      • 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
      • cloudNetAPISupport

        private boolean cloudNetAPISupport
      • plugin

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

      • GameStartEvent

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

      • getGameInstance

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

        public void setCloudNetSupport​(boolean enable)
      • isCloudNetSupportEnable

        public boolean isCloudNetSupportEnable()
      • getHandlers

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

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