mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI.git
synced 2024-12-02 23:43:34 +01:00
javadoc
This commit is contained in:
parent
2dbf69a74e
commit
c1cff8ca74
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user