我有问题获得我的Intellij项目的主要类别
我需要获得一个主类在这里
我然后我会假设我需要放入目录中的目录主类,所以我做 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这里它在右上角说cp在右上角,请确保它以.main结尾
Here Where it says cp at the top right be sure it ends with .main