Interface PrivateGames.GameSettingsMenu

Enclosing interface:
PrivateGames

public static interface PrivateGames.GameSettingsMenu
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    openEventTimes(org.bukkit.entity.Player player, boolean withoutBack)
     
    void
    openHealthBuff(org.bukkit.entity.Player player, boolean withoutBack)
     
    void
    openMain(org.bukkit.entity.Player player, boolean withoutBack)
     
    void
    openRespawnTime(org.bukkit.entity.Player player, boolean withoutBack)
     
    void
    openSpeed(org.bukkit.entity.Player player, boolean withoutBack)
     
  • Method Details

    • openMain

      void openMain(org.bukkit.entity.Player player, boolean withoutBack)
    • openHealthBuff

      void openHealthBuff(org.bukkit.entity.Player player, boolean withoutBack)
    • openSpeed

      void openSpeed(org.bukkit.entity.Player player, boolean withoutBack)
    • openRespawnTime

      void openRespawnTime(org.bukkit.entity.Player player, boolean withoutBack)
    • openEventTimes

      void openEventTimes(org.bukkit.entity.Player player, boolean withoutBack)