Class Ewc

java.lang.Object
net.rodofire.easierworldcreator.Ewc
All Implemented Interfaces:
net.fabricmc.api.DedicatedServerModInitializer

public class Ewc extends Object implements net.fabricmc.api.DedicatedServerModInitializer
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

    • Ewc

      public Ewc()
  • Method Details

    • 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
    • onInitializeServer

      public void onInitializeServer()
      Specified by:
      onInitializeServer in interface net.fabricmc.api.DedicatedServerModInitializer