Interface DialogRegistryEntry

All Known Subinterfaces:
DialogRegistryEntry.Builder

@NonExtendable public interface DialogRegistryEntry
A data-centric version-specific registry entry for the Dialog type.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    A mutable builder for the DialogRegistryEntry plugins may change in applicable registry events.
  • Method Summary

    Modifier and Type
    Method
    Description
    The base dialog for this entry.
    The type of dialog for this entry.
  • Method Details

    • base

      @Contract(pure=true) DialogBase base()
      The base dialog for this entry.
      Returns:
      the base dialog
    • type

      @Contract(pure=true) DialogType type()
      The type of dialog for this entry.
      Returns:
      the dialog type