|
|
|
@ -17,8 +17,6 @@ import java.util.HashMap; |
|
|
|
import java.util.Map; |
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
|
|
|
|
public class GuiCommand { |
|
|
|
public class GuiCommand { |
|
|
|
private static final Logger log = LoggerFactory.getLogger(GuiCommand.class); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static LiteralArgumentBuilder<CommandSourceStack> createCommand() { |
|
|
|
public static LiteralArgumentBuilder<CommandSourceStack> createCommand() { |
|
|
|
return Commands.literal("gopen") |
|
|
|
return Commands.literal("gopen") |
|
|
|
.then(Commands.argument("id", StringArgumentType.string()) |
|
|
|
.then(Commands.argument("id", StringArgumentType.string()) |
|
|
|
|