Class DefaultSelectionUI

java.lang.Object
fr.prodrivers.bukkit.commons.ui.section.DefaultSelectionUI
All Implemented Interfaces:
SelectionUI

public class DefaultSelectionUI extends Object implements SelectionUI
Default Selection UI for sections.

This implementation is currently non-functional.

  • Constructor Details

    • DefaultSelectionUI

      public DefaultSelectionUI()
  • Method Details

    • ui

      public void ui(Section section, org.bukkit.entity.Player player)
      Description copied from interface: SelectionUI
      Opens a selection UI for a specific section. If you return this as a custom UI for one or several sections, you are guaranteed to only be called for those sections.
      Specified by:
      ui in interface SelectionUI
      Parameters:
      section - Section to open UI for
      player - Player that opened the selection UI