Add missing deprecation notices.

This commit is contained in:
Andre_601
2020-07-21 01:06:37 +02:00
committed by GitHub
parent e7ce84e7fc
commit 51f61f61af

View File

@@ -240,7 +240,8 @@ public final class PlaceholderAPI
* identifier from the params
* @param colorize If color codes (&[0-1a-fk-o]) should be translated
* @return The text containing the parsed placeholders
* @deprecated this will do absolutely nothing different
*
* @deprecated Please use {@link #setPlaceholders(OfflinePlayer, String)} instead.
*/
@NotNull
@Deprecated
@@ -620,4 +621,4 @@ public final class PlaceholderAPI
return setPlaceholders(player, text, BRACKET_PLACEHOLDER_PATTERN, colorize);
}
}
}