📚 Add since annotations to new classes
This commit is contained in:
parent
8d69767c15
commit
1249b74e83
7 changed files with 9 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ import java.util.regex.Pattern;
|
|||
* Accepts {@link NamedTextColor NamedTextColors}, Legacy Minecraft {@literal &} color codes, Hex Codes (#RRGGBB)
|
||||
*
|
||||
* @param <C> Command sender type
|
||||
* @since 1.1.0
|
||||
*/
|
||||
public final class TextColorArgument<C> extends CommandArgument<C, TextColor> {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue