Object NexoDialogs

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Dialog reloadedDialog(Key key) Returns a Dialog tied to this key, if it has been reloaded by Nexo.
      final Unit reloadDialogs()
      final static Unit registerDialogs(BootstrapContext context)
      final <Error class: unknown class> getDialogRegistry()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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