Package github.jaffe2718.mccs
Class MinecraftCommandStudio
java.lang.Object
github.jaffe2718.mccs.MinecraftCommandStudio
- All Implemented Interfaces:
net.fabricmc.api.ModInitializer
Main Class
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
MOD_ID
The mod ID of Minecraft Command Studio.- See Also:
-
LOGGER
public static org.slf4j.Logger LOGGERThe logger of Minecraft Command Studio. -
RUNTIME_PATH
This is the directory of current Minecraft Core. -
uiFxThread
This is the thread that will run the JavaFX application. It can avoid blocking the main thread.
-
-
Constructor Details
-
MinecraftCommandStudio
public MinecraftCommandStudio()
-
-
Method Details
-
onInitialize
public void onInitialize()- Specified by:
onInitialize
in interfacenet.fabricmc.api.ModInitializer
-