reorganized finder types and profiles
This commit is contained in:
@@ -15,8 +15,8 @@ public abstract class ClientCommand {
|
||||
|
||||
public abstract void build(LiteralArgumentBuilder<ServerCommandSource> builder);
|
||||
|
||||
protected final void sendFeedback(String message, boolean overlay) {
|
||||
MinecraftClient.getInstance().player.addChatMessage(new LiteralText(message).formatted(Formatting.AQUA), overlay);
|
||||
protected final void sendFeedback(String message, Formatting color, boolean overlay) {
|
||||
MinecraftClient.getInstance().player.addChatMessage(new LiteralText(message).formatted(color), overlay);
|
||||
}
|
||||
|
||||
public final void register(CommandDispatcher<ServerCommandSource> dispatcher) {
|
||||
|
||||
Reference in New Issue
Block a user