Interface SelectionUI

All Known Implementing Classes:
DefaultSelectionUI

public interface SelectionUI
Prodrivers Commons Section Selection UI

Section Manager allows to open a selection UI for a section. Implements this class to specify a default implementation or custom UI for a section.

Used default implementation can be changed in configuration.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    ui(Section section, org.bukkit.entity.Player player)
    Opens a selection UI for a specific section.
  • Method Details

    • ui

      void ui(Section section, org.bukkit.entity.Player player)
      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.
      Parameters:
      section - Section to open UI for
      player - Player that opened the selection UI