Class DebugHelper
java.lang.Object
io.github.zhengzhengyiyi.debughelper.DebugHelper
- All Implemented Interfaces:
net.fabricmc.api.ModInitializer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanvoidentry point
-
Field Details
-
MOD_ID
The mod id- See Also:
-
LOGGER
public static final org.slf4j.Logger LOGGERThe LOGGER -
debuggers
The debuggers. no need for append just into the list
-
-
Constructor Details
-
DebugHelper
public DebugHelper()
-
-
Method Details
-
debug
-
onInitialize
public void onInitialize()entry point- Specified by:
onInitializein interfacenet.fabricmc.api.ModInitializer
-