Class AdminHomeGuiManager

java.lang.Object
me.ulrich.koth.manager.gui.AdminHomeGuiManager

public class AdminHomeGuiManager extends Object
  • Constructor Details

    • AdminHomeGuiManager

      public AdminHomeGuiManager(Koth koth)
  • Method Details

    • openKothHome

      public void openKothHome(org.bukkit.entity.Player player, String title)
    • openKotStarter

      public void openKotStarter(org.bukkit.entity.Player player, String title)
    • openKothStarterList

      public void openKothStarterList(org.bukkit.entity.Player player, String title)
    • openKothStarterListPlayer

      public void openKothStarterListPlayer(org.bukkit.entity.Player player, KothData koth, String title)
    • openKothTimezone

      public void openKothTimezone(org.bukkit.entity.Player player, int page, String title)
    • openKothList

      public void openKothList(org.bukkit.entity.Player player, boolean system, String title)
    • openKothLoot

      public void openKothLoot(org.bukkit.entity.Player player, KothData koth, String title)
    • openKothLoot_chance

      public void openKothLoot_chance(org.bukkit.entity.Player player, KothData koth, String title)
    • openKothLoot_amount

      public void openKothLoot_amount(org.bukkit.entity.Player player, KothData koth, String title)
    • openKothLootTypeEdit

      public void openKothLootTypeEdit(org.bukkit.entity.Player player, KothData koth, String title)
    • openKothProximityEdit

      public void openKothProximityEdit(org.bukkit.entity.Player player, KothData koth, String title)
    • openKothCaptureEdit

      public void openKothCaptureEdit(org.bukkit.entity.Player player, KothData koth, String title)
    • openKothMaxTimeEdit

      public void openKothMaxTimeEdit(org.bukkit.entity.Player player, KothData koth, String title)
    • openKothMaxTimeEdit_EndAction

      public void openKothMaxTimeEdit_EndAction(org.bukkit.entity.Player player, KothData koth, String title)
    • openKothCommands

      public void openKothCommands(org.bukkit.entity.Player player, KothData koth, String title)
    • openKothCommandsSelectType

      public void openKothCommandsSelectType(org.bukkit.entity.Player player, KothData koth, String title)
    • openKothScheduler

      public void openKothScheduler(org.bukkit.entity.Player player, KothData koth, String title)
    • openKothSchedulerCreate

      public void openKothSchedulerCreate(org.bukkit.entity.Player player, KothData koth, String title)
    • openKothSchedulerCreate_MINPLAYERS

      public void openKothSchedulerCreate_MINPLAYERS(org.bukkit.entity.Player player, KothData koth, SchedulerData creatorData, String title)
    • openKothSchedulerCreate_DAILY

      public void openKothSchedulerCreate_DAILY(org.bukkit.entity.Player player, KothData koth, SchedulerData creatorData, String title)
    • openKothSchedulerCreate_WEEKLY

      public void openKothSchedulerCreate_WEEKLY(org.bukkit.entity.Player player, KothData koth, SchedulerData creatorData, String title)
    • openKothSchedulerCreate_MONTHLY

      public void openKothSchedulerCreate_MONTHLY(org.bukkit.entity.Player player, KothData koth, SchedulerData creatorData, String title)
    • openKothView

      public void openKothView(org.bukkit.entity.Player player, KothData koth, String title)
    • openKothCaptureModeEdit

      public void openKothCaptureModeEdit(org.bukkit.entity.Player player, KothData koth, String title)
    • openKothLootBlock

      public void openKothLootBlock(org.bukkit.entity.Player player, String title)
    • openKothSettings

      public void openKothSettings(org.bukkit.entity.Player player, KothData koth, String title)
    • openKothSendIcon

      public void openKothSendIcon(org.bukkit.entity.Player player, KothData koth, String title)
    • openKothDeleteSchedulerConfirm

      public void openKothDeleteSchedulerConfirm(org.bukkit.entity.Player player, KothData koth, SchedulerData scheduler)
    • openKothCommandsDeleteConfirm

      public void openKothCommandsDeleteConfirm(org.bukkit.entity.Player player, KothData koth, UUID uuid)
    • openKothDeleteConfirm

      public void openKothDeleteConfirm(org.bukkit.entity.Player player, KothData koth)
    • getPlugin

      public Koth getPlugin()