Class BungeeDialogInput

java.lang.Object
io.github.projectunified.unidialog.bungeecord.input.BungeeDialogInput
Direct Known Subclasses:
BungeeBooleanInput, BungeeDialogInputBuilder, BungeeNumberRangeInput, BungeeSingleOptionInput, BungeeTextInput

public abstract class BungeeDialogInput extends Object
The Bungee implementation of the dialog input
  • Field Details

    • key

      protected final String key
      The key of the input
  • Constructor Details

    • BungeeDialogInput

      protected BungeeDialogInput(String key)
      Create a new dialog input
      Parameters:
      key - the key of the input
  • Method Details

    • getDialogInput

      public abstract net.md_5.bungee.api.dialog.input.DialogInput getDialogInput()
      Get the Bungee dialog input
      Returns:
      the Bungee dialog input