Class EasierWorldCreator

java.lang.Object
net.rodofire.easierworldcreator.EasierWorldCreator
All Implemented Interfaces:
net.fabricmc.api.ModInitializer

public class EasierWorldCreator extends Object implements net.fabricmc.api.ModInitializer
Class related to the basics of the mod
  • Field Details

    • MOD_ID

      public static final String MOD_ID
      Mod id of the mod
      See Also:
    • LOGGER

      public static final org.slf4j.Logger LOGGER
      Logger of the mod
  • Constructor Details

    • EasierWorldCreator

      public EasierWorldCreator()
  • Method Details

    • onInitialize

      public void onInitialize()
      Specified by:
      onInitialize in interface net.fabricmc.api.ModInitializer
    • init

      public static void init()
      Method to init the mod before if needed. If the mod was already initialized, it won't be initialized another time