Uses of Interface
io.github.projectunified.unidialog.core.payload.DialogPayload
Packages that use DialogPayload
-
Uses of DialogPayload in io.github.projectunified.unidialog.core
Method parameters in io.github.projectunified.unidialog.core with type arguments of type DialogPayloadModifier and TypeMethodDescriptionvoidDialogManager.registerCustomAction(String namespace, String id, Consumer<DialogPayload> action) Register a custom action with a unique identifier.voidDialogManager.registerCustomAction(String id, Consumer<DialogPayload> action) Register a custom action with a unique identifier.