Uses of Interface
io.papermc.paper.registry.data.dialog.type.NoticeType
Packages that use NoticeType
Package
Description
Dialog types for the Paper API.
-
Uses of NoticeType in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return NoticeTypeModifier and TypeMethodDescriptionDialogInstancesProvider.notice()DialogInstancesProvider.notice(ActionButton action) -
Uses of NoticeType in io.papermc.paper.registry.data.dialog.type
Methods in io.papermc.paper.registry.data.dialog.type that return NoticeTypeModifier and TypeMethodDescriptionstatic NoticeTypeDialogType.notice()Creates a notice dialog with the default action button.static NoticeTypeDialogType.notice(ActionButton action) Creates a notice dialog with the specified action button.