Package com.portingdeadmods.researchd
Class Researchd
java.lang.Object
com.portingdeadmods.researchd.Researchd
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResearchd(net.neoforged.bus.api.IEventBus modEventBus, net.neoforged.fml.ModContainer modContainer) -
Method Summary
-
Field Details
-
MODID
- See Also:
-
MODNAME
- See Also:
-
LOGGER
public static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
Researchd
public Researchd(net.neoforged.bus.api.IEventBus modEventBus, net.neoforged.fml.ModContainer modContainer)
-
-
Method Details
-
debug
Prints a debug message to the console if the 'consoleDebug' config option is enabled.- Parameters:
category- The 'category' of the debug message, used to filter messages in the consolemessage- Any number of objects that will be concatenated into a single message
-
rl
-