Class EventRegistry
java.lang.Object
net.timtaran.interactivemc.init.registry.EventRegistry
Registry for mod events.
This class is responsible for registering and initializing all event listeners used by the InteractiveMC mod.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister()Registers common events that apply to both client and server.static voidRegisters client-side specific events.
-
Constructor Details
-
EventRegistry
public EventRegistry()
-
-
Method Details
-
register
public static void register()Registers common events that apply to both client and server. -
registerClient
public static void registerClient()Registers client-side specific events.
-