mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-05 17:07:06 +02:00
javadoc
This commit is contained in:
@@ -228,7 +228,6 @@ public class PlaceholderAPI {
|
|||||||
* @param text text to parse the placeholder values to
|
* @param text text to parse the placeholder values to
|
||||||
* @param placeholderPattern the pattern to match placeholders to. Capture group 1 must contain an
|
* @param placeholderPattern the pattern to match placeholders to. Capture group 1 must contain an
|
||||||
* @param colorize true/false if color codes should be translated within the output text
|
* @param colorize true/false if color codes should be translated within the output text
|
||||||
* underscore separating the identifier from the params
|
|
||||||
* @return text with all placeholders set to the corresponding values
|
* @return text with all placeholders set to the corresponding values
|
||||||
*/
|
*/
|
||||||
public static String setPlaceholders(OfflinePlayer player, String text, Pattern placeholderPattern, boolean colorize) {
|
public static String setPlaceholders(OfflinePlayer player, String text, Pattern placeholderPattern, boolean colorize) {
|
||||||
|
Reference in New Issue
Block a user