Uses of Interface
io.papermc.paper.registry.set.RegistrySet
Packages that use RegistrySet
Package
Description
Dialog types for the Paper API.
This package contains the API for registry sets in Paper.
-
Uses of RegistrySet in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog with parameters of type RegistrySetModifier and TypeMethodDescriptionDialogInstancesProvider.dialogList
(RegistrySet<Dialog> dialogs) -
Uses of RegistrySet in io.papermc.paper.registry.data.dialog.type
Methods in io.papermc.paper.registry.data.dialog.type that return RegistrySetModifier and TypeMethodDescriptionDialogListType.dialogs()
Returns the set of dialogs to display in the dialog list.Methods in io.papermc.paper.registry.data.dialog.type with parameters of type RegistrySetModifier and TypeMethodDescriptionstatic DialogListType.Builder
DialogType.dialogList
(RegistrySet<Dialog> dialogs) Creates a dialog list builder with the specified dialogs.static DialogListType
DialogType.dialogList
(RegistrySet<Dialog> dialogs, @Nullable ActionButton exitAction, @org.checkerframework.checker.index.qual.Positive int columns, @org.jetbrains.annotations.Range(from=1L, to=1024L) int buttonWidth) Creates a dialog list dialog with the specified dialogs, exit action, columns, and button width. -
Uses of RegistrySet in io.papermc.paper.registry.set
Subinterfaces of RegistrySet in io.papermc.paper.registry.setModifier and TypeInterfaceDescriptioninterface
RegistryKeySet<T extends Keyed>
Represents a collection tied to a registry.interface
A collection of anonymous values relating to a registry. -
Uses of RegistrySet in io.papermc.paper.registry.tag
Subinterfaces of RegistrySet in io.papermc.paper.registry.tagModifier and TypeInterfaceDescriptioninterface
A namedRegistryKeySet
which are created via the datapack tag system.