Package forestry.api.client
Interface IClientModuleHandler
public interface IClientModuleHandler
Used to separate client-only code and events from a
IForestryModule.-
Method Summary
Modifier and TypeMethodDescriptiondefault voidregisterEvents(net.minecraftforge.eventbus.api.IEventBus modBus) Called during mod construction afterIForestryModule.registerEvents(IEventBus).
-
Method Details
-
registerEvents
default void registerEvents(net.minecraftforge.eventbus.api.IEventBus modBus) Called during mod construction afterIForestryModule.registerEvents(IEventBus).- Parameters:
modBus- Your mod's mod-specific event bus, for things like deferred registers and IModBus events.
-