Interface NamedSkillAction

    • Method Detail

      • getName

        String getName()
        Gets the name of this skill action, usually the item or object created, or the spell cast.
        Returns:
        The name of this skill action.
      • getName

        default String getName​(ItemManager itemManager)
        Description copied from interface: SkillAction
        Gets the name of this skill action, usually the item or object created, or the spell cast. This name may be fetched via ItemComposition.getMembersName() from some defined item ID or explicitly defined.
        Specified by:
        getName in interface SkillAction
        Parameters:
        itemManager - An item manager instance.
        Returns:
        The name of this skill action.