mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-15 23:26:21 +01:00
Fix Javadoc build error
This commit is contained in:
parent
9182ab7e84
commit
4ee9d8ee91
@ -24,7 +24,7 @@ import java.util.Objects;
|
||||
* or make your own using RGB. {@link ChatColor#fromRGB(byte, byte, byte)}.
|
||||
* <p>
|
||||
* Immutable class.
|
||||
* @deprecated For chat colors, use {@link TextColor} or {@link NamedTextColor#}. For styles, use {@link TextDecoration}.
|
||||
* @deprecated For chat colors, use {@link TextColor} or {@link NamedTextColor}. For styles, use {@link TextDecoration}.
|
||||
* For colors in other contexts, see {@link Color} or {@link DyeColor}.
|
||||
*/
|
||||
@Deprecated
|
||||
|
Loading…
Reference in New Issue
Block a user