Package net.rodofire.easierworldcreator
Class Ewc
java.lang.Object
net.rodofire.easierworldcreator.Ewc
- All Implemented Interfaces:
net.fabricmc.api.DedicatedServerModInitializer
Class related to the basics of the mod
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidinit()Method to init the mod before if needed.void
-
Field Details
-
MOD_ID
Mod id of the mod- See Also:
-
LOGGER
public static final org.slf4j.Logger LOGGERLogger 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:
onInitializeServerin interfacenet.fabricmc.api.DedicatedServerModInitializer
-