Interface DialogOpener

All Known Implementing Classes:
PaperDialogOpener, PEDialogOpener, SpigotDialogOpener

public interface DialogOpener
Interface for opening dialogs
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    open(UUID uuid)
    Open the dialog for the given player UUID
  • Method Details

    • open

      boolean open(UUID uuid)
      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