Replaces all registered placeholders in the given input string with their corresponding values,
using the provided Player context for player-specific placeholders.
Methods inherited from interface dev.crafty.core.bridge.Bridge
Replaces all registered placeholders in the given input string with their corresponding values,
using the provided Player context for player-specific placeholders.
Parameters:
input - the input string containing placeholders to be replaced
player - the player whose context should be used for placeholder replacement
Returns:
the input string with all placeholders replaced, using player context where applicable