MagicBountyUtilsInternal

Do not use this. It is only public because it is used in the org.magiclib.bounty.rulecmd package.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun createLocationEstimateText(bounty: ActiveBounty): String
Link copied to clipboard
open fun createLocationPreciseText(bounty: ActiveBounty): String
Link copied to clipboard
open fun getPronoun(personAPI: PersonAPI): String
Link copied to clipboard
open fun replaceStringVariables(bounty: ActiveBounty, text: String): String
Replaces variables in the given string with data from the bounty and splits it into paragraphs using `\n`.