2025-11-24 22:52:51 +03:00

18 lines
349 B
Java

/*
* Decompiled with CFR 0.152.
*/
package net.minecraft.server;
import net.minecraft.commands.CommandSourceStack;
public class ConsoleInput {
public final String msg;
public final CommandSourceStack source;
public ConsoleInput(String msg, CommandSourceStack source) {
this.msg = msg;
this.source = source;
}
}