Package com.nexomc.nexo.dialog
Class NexoDialogInput
-
- All Implemented Interfaces:
public final class NexoDialogInput
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringkeyprivate final ConfigurationSectioninputSection
-
Constructor Summary
Constructors Constructor Description NexoDialogInput(String key, ConfigurationSection inputSection)
-
Method Summary
Modifier and Type Method Description final StringgetKey()final ConfigurationSectiongetInputSection()final DialogInputcreateDialogInput()-
-
Constructor Detail
-
NexoDialogInput
NexoDialogInput(String key, ConfigurationSection inputSection)
-
-
Method Detail
-
getInputSection
final ConfigurationSection getInputSection()
-
createDialogInput
final DialogInput createDialogInput()
-
-
-
-