Package net.rodofire.easierworldcreator
Class EasierWorldCreator
java.lang.Object
net.rodofire.easierworldcreator.EasierWorldCreator
- All Implemented Interfaces:
net.fabricmc.api.ModInitializer
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
-
EasierWorldCreator
public EasierWorldCreator()
-
-
Method Details
-
onInitialize
public void onInitialize()- Specified by:
onInitializein interfacenet.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
-