Class RealmListGui

java.lang.Object
com.mclds.plugins.gui.BaseGui
com.mclds.plugins.gui.ListGui
com.mclds.plugins.server.plugins.guis.realm.RealmListGui
All Implemented Interfaces:
Gui, org.bukkit.event.Listener

public class RealmListGui extends ListGui
  • Constructor Details

    • RealmListGui

      public RealmListGui(String title, org.bukkit.OfflinePlayer owner, List<Realm> realms, boolean onlyShowRootRealm, Gui previousPage)
  • Method Details

    • show

      public void show(org.bukkit.entity.Player viewer)
      Specified by:
      show in interface Gui
      Overrides:
      show in class ListGui