Interface OpenableDialog
- All Known Implementing Classes:
BlockedDialog,PasswordDialog
public interface OpenableDialog
Simple abstraction layer to mark a class which can open one, and only one, dialog
to an audience.
-
Method Summary
Modifier and TypeMethodDescriptionvoidshow(net.kyori.adventure.audience.Audience audience) Show the stored dialog to an audience.
-
Method Details
-
show
void show(net.kyori.adventure.audience.Audience audience) Show the stored dialog to an audience.- Parameters:
audience- audience
-