Class PaperDialogInput
java.lang.Object
io.github.projectunified.unidialog.paper.input.PaperDialogInput
- All Implemented Interfaces:
io.github.projectunified.unidialog.adventure.support.AdventureSupport
- Direct Known Subclasses:
PaperBooleanInput,PaperDialogInputBuilder,PaperNumberRangeInput,PaperSingleOptionInput,PaperTextInput
public abstract class PaperDialogInput
extends Object
implements io.github.projectunified.unidialog.adventure.support.AdventureSupport
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPaperDialogInput(String key, Function<String, net.kyori.adventure.text.Component> componentDeserializer) -
Method Summary
Modifier and TypeMethodDescriptionabstract io.papermc.paper.registry.data.dialog.input.DialogInputMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.projectunified.unidialog.adventure.support.AdventureSupport
deserialize
-
Field Details
-
key
-
-
Constructor Details
-
PaperDialogInput
-
-
Method Details
-
getDialogInput
public abstract io.papermc.paper.registry.data.dialog.input.DialogInput getDialogInput() -
getComponentDeserializer
- Specified by:
getComponentDeserializerin interfaceio.github.projectunified.unidialog.adventure.support.AdventureSupport
-