Uses of Interface
io.papermc.paper.registry.data.dialog.type.ServerLinksType
Packages that use ServerLinksType
Package
Description
Dialog types for the Paper API.
-
Uses of ServerLinksType in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return ServerLinksTypeModifier and TypeMethodDescriptionDialogInstancesProvider.serverLinks(@Nullable ActionButton exitAction, int columns, int buttonWidth) -
Uses of ServerLinksType in io.papermc.paper.registry.data.dialog.type
Methods in io.papermc.paper.registry.data.dialog.type that return ServerLinksTypeModifier and TypeMethodDescriptionstatic ServerLinksTypeDialogType.serverLinks(@Nullable ActionButton exitAction, int columns, int buttonWidth) Creates a server links dialog with the specified exit action, number of columns, and button width.