Interface ItemSkillAction

    • Method Detail

      • getItemId

        int getItemId()
        Gets the item ID used for this action.
        Returns:
        The item ID used for this action.
        See Also:
        ItemID
      • getIcon

        default int getIcon()
        Gets the item icon ID for this skill action.
        Specified by:
        getIcon in interface SkillAction
        Returns:
        The item icon ID of this skill action.
        See Also:
        ItemID, getItemId()