Package com.nexomc.nexo.dialog
Object NexoDialogs
-
- All Implemented Interfaces:
public class NexoDialogs
-
-
Field Summary
Fields Modifier and Type Field Description public static BootstrapContextcontextprivate final <Error class: unknown class>dialogRegistrypublic final static NexoDialogsINSTANCE
-
Method Summary
Modifier and Type Method Description final DialogreloadedDialog(Key key)Returns a Dialog tied to this key, if it has been reloaded by Nexo. final UnitreloadDialogs()final static UnitregisterDialogs(BootstrapContext context)final <Error class: unknown class>getDialogRegistry()-
-
Method Detail
-
reloadedDialog
final Dialog reloadedDialog(Key key)
Returns a Dialog tied to this key, if it has been reloaded by Nexo. If the given dialog does not exist, or has not been reloaded (changes applied), this returns null
- Parameters:
key- The key of the dialog to get- Returns:
The dialog tied to this key, or null if it does not exist or
-
reloadDialogs
final Unit reloadDialogs()
-
registerDialogs
final static Unit registerDialogs(BootstrapContext context)
-
getDialogRegistry
final <Error class: unknown class> getDialogRegistry()
-
-
-
-