我有问题获得我的Intellij项目的主要类别

发布于 2025-01-22 00:01:11 字数 784 浏览 0 评论 0原文

我需要获得一个主类在这里

我然后我会假设我需要放入目录中的目录主类,所以我做 this 但这给了我一个单独的错误。

在这里您可以看到代码的更清晰的图像,如果有帮助。

这是主要类吗? 如果是这样,我将在这里放置什么: image


import net.fabricmc.api.ModInitializer;

public class SwordsAndShields implements ModInitializer {
    @Override
    public void onInitialize() {

    }

I need to Get a main class here

I would then assume I need to put in the directory of the main class so i do this
But that gives me a separate error.

Here You can see a clearer image of the code if that helps.

Would this be a main class?
and if so what would i put here: Image


import net.fabricmc.api.ModInitializer;

public class SwordsAndShields implements ModInitializer {
    @Override
    public void onInitialize() {

    }

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月野兔 2025-01-29 00:01:11

在这里它在右上角说cp在右上角,请确保它以.main结尾

Here Where it says cp at the top right be sure it ends with .main

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文