Class MinecraftCommandStudio

java.lang.Object
github.jaffe2718.mccs.MinecraftCommandStudio
All Implemented Interfaces:
net.fabricmc.api.ModInitializer

public class MinecraftCommandStudio extends Object implements net.fabricmc.api.ModInitializer
Main Class
  • Field Details

    • MOD_ID

      public static final String MOD_ID
      The mod ID of Minecraft Command Studio.
      See Also:
    • LOGGER

      public static org.slf4j.Logger LOGGER
      The logger of Minecraft Command Studio.
    • RUNTIME_PATH

      public static final Path RUNTIME_PATH
      This is the directory of current Minecraft Core.
    • uiFxThread

      public static Thread 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 interface net.fabricmc.api.ModInitializer