Interface ISpellDataManager


public interface ISpellDataManager
Interface representing a spell data manager.
  • Method Details

    • getDataForPart

      @Nullable @Nullable ISpellPartData getDataForPart(ISpellPart part)
      Parameters:
      part - The spell part to get the data for.
      Returns:
      The spell part data for the given part, or null if it is not available.