Class DefaultUIRenderer

java.lang.Object
net.ME1312.SubServers.Client.Bukkit.Graphic.UIRenderer
net.ME1312.SubServers.Client.Bukkit.Graphic.DefaultUIRenderer

public class DefaultUIRenderer extends UIRenderer
Default GUI Renderer Class
  • Method Details

    • newUI

      public void newUI()
      Description copied from class: UIRenderer
      Opens a new window
      Specified by:
      newUI in class UIRenderer
    • clearHistory

      public void clearHistory()
      Description copied from class: UIRenderer
      Clears the Window History
      Specified by:
      clearHistory in class UIRenderer
    • hasHistory

      public boolean hasHistory()
      Description copied from class: UIRenderer
      If there is any Window History
      Specified by:
      hasHistory in class UIRenderer
      Returns:
      Window History Status
    • reopen

      public void reopen()
      Description copied from class: UIRenderer
      Reopens the current window
      Specified by:
      reopen in class UIRenderer
    • back

      public void back()
      Description copied from class: UIRenderer
      Reopens the previous window
      Specified by:
      back in class UIRenderer
    • hostMenu

      public void hostMenu(int page)
      Description copied from class: UIRenderer
      Opens the Host Menu
      Specified by:
      hostMenu in class UIRenderer
      Parameters:
      page - Page Number (starting from page 1)
    • hostAdmin

      public void hostAdmin(String name)
      Description copied from class: UIRenderer
      Opens Host/<name>
      Specified by:
      hostAdmin in class UIRenderer
      Parameters:
      name - Host Name
    • hostCreator

      public void hostCreator(UIRenderer.CreatorOptions options)
      Description copied from class: UIRenderer
      Opens Host/<name>/Create
      Specified by:
      hostCreator in class UIRenderer
      Parameters:
      options - Creator Options
    • hostCreatorTemplates

      public void hostCreatorTemplates(int page, UIRenderer.CreatorOptions options)
    • hostPlugin

      public void hostPlugin(int page, String name)
      Description copied from class: UIRenderer
      Opens Host/<name>/Plugins
      Specified by:
      hostPlugin in class UIRenderer
      name - Host Name
    • groupMenu

      public void groupMenu(int page)
      Description copied from class: UIRenderer
      Opens the Group Menu
      Specified by:
      groupMenu in class UIRenderer
      Parameters:
      page - Page Number (starting from page 1)
    • serverMenu

      public void serverMenu(int page, String host, String group)
      Description copied from class: UIRenderer
      Opens the SubServer Menu
      Specified by:
      serverMenu in class UIRenderer
      Parameters:
      page - Page Number (starting from page 1)
      host - Host Name (or null to scan all hosts)
    • serverAdmin

      public void serverAdmin(String name)
      Description copied from class: UIRenderer
      Opens Server/<name>
      Specified by:
      serverAdmin in class UIRenderer
      Parameters:
      name - SubServer Name
    • serverPlugin

      public void serverPlugin(int page, String name)
      Description copied from class: UIRenderer
      Opens Server/<name>/Plugins
      Specified by:
      serverPlugin in class UIRenderer
      name - SubServer Name