Class EventRegistry

java.lang.Object
net.timtaran.interactivemc.init.registry.EventRegistry

public class EventRegistry extends Object
Registry for mod events.

This class is responsible for registering and initializing all event listeners used by the InteractiveMC mod.

  • 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.