🐛 Fix Bukkit alias command suggestions without Brigadier

This commit is contained in:
jmp 2020-10-27 11:15:46 -07:00 committed by Alexander Söderberg
parent e6af4e6caa
commit dbdafed273
4 changed files with 35 additions and 26 deletions

View file

@ -642,7 +642,7 @@ public final class MinecraftHelp<C> {
* @param accent The color used for accents and symbols
* @return A new {@link HelpColors} instance
*/
public static HelpColors of(
public static @NonNull HelpColors of(
final @NonNull TextColor primary,
final @NonNull TextColor highlight,
final @NonNull TextColor alternateHighlight,