Package de.cech12.coppershears
Class CommonLoader
java.lang.Object
de.cech12.coppershears.CommonLoader
A static class for all loaders which initializes everything which is used by all loaders.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidinit()Initialize method that should be called by every loader mod in the constructor.
-
Method Details
-
init
public static void init()Initialize method that should be called by every loader mod in the constructor.
-