Package de.cech12.bucketlib
Class CommonLoader
java.lang.Object
de.cech12.bucketlib.CommonLoader
A static class for all loaders which initializes everything which is used by all loaders.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.logging.log4j.LoggerLogger instance -
Method Summary
Modifier and TypeMethodDescriptionstatic voidinit()Initialize method that should be called by every loader mod in the constructor.
-
Field Details
-
LOG
public static final org.apache.logging.log4j.Logger LOGLogger instance
-
-
Method Details
-
init
public static void init()Initialize method that should be called by every loader mod in the constructor.
-