Class SpigotDialogOpener

java.lang.Object
io.github.projectunified.unidialog.bungeecord.opener.BungeeDialogOpener
io.github.projectunified.unidialog.spigot.opener.SpigotDialogOpener
All Implemented Interfaces:
DialogOpener

public class SpigotDialogOpener extends BungeeDialogOpener
  • Constructor Details

    • SpigotDialogOpener

      public SpigotDialogOpener(net.md_5.bungee.api.dialog.Dialog dialog)
  • Method Details

    • open

      public void open(org.bukkit.entity.Player player)
    • open

      public boolean open(UUID uuid)
      Description copied from interface: DialogOpener
      Open the dialog for the given player UUID
      Parameters:
      uuid - the UUID of the player to open the dialog for
      Returns:
      true if the dialog was opened successfully, false otherwise