Interface DiscoverSpellEvent.Source

All Known Implementing Classes:
DiscoverSpellEvent.Sources
Enclosing class:
DiscoverSpellEvent

public static interface DiscoverSpellEvent.Source
Interface representing the source of a spell discovery. Can be implemented to define custom discovery sources.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the unique name of this discovery source.
  • Method Details

    • getName

      String getName()
      Gets the unique name of this discovery source.
      Returns:
      The name string.