Class FirstJoinModule

java.lang.Object
com.haven.havenplugin.FirstJoinModule
All Implemented Interfaces:
Module, org.bukkit.event.Listener

public class FirstJoinModule extends Object implements Module, org.bukkit.event.Listener
  • Constructor Details

    • FirstJoinModule

      public FirstJoinModule()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface Module
    • onEnable

      public void onEnable(Main plugin)
      Specified by:
      onEnable in interface Module
    • onDisable

      public void onDisable()
      Specified by:
      onDisable in interface Module
    • getListeners

      public List<org.bukkit.event.Listener> getListeners()
      Specified by:
      getListeners in interface Module
    • onPlayerJoin

      public void onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent event)