Class BlockedDialog
java.lang.Object
net.strokkur.passwordwhitelist.logic.BlockedDialog
- All Implemented Interfaces:
OpenableDialog
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidshow(net.kyori.adventure.audience.Audience audience) Show the stored dialog to an audience.
-
Constructor Details
-
BlockedDialog
public BlockedDialog(net.strokkur.passwordwhitelist.data.MainConfig config)
-
-
Method Details
-
show
public void show(net.kyori.adventure.audience.Audience audience) Description copied from interface:OpenableDialogShow the stored dialog to an audience.- Specified by:
showin interfaceOpenableDialog- Parameters:
audience- audience
-