Class RegistryManager

java.lang.Object
de.teamlapen.werewolves.core.RegistryManager
All Implemented Interfaces:
de.teamlapen.lib.lib.util.IInitListener

public class RegistryManager extends Object implements de.teamlapen.lib.lib.util.IInitListener
  • Nested Class Summary

    Nested classes/interfaces inherited from interface de.teamlapen.lib.lib.util.IInitListener

    de.teamlapen.lib.lib.util.IInitListener.Step
  • Constructor Summary

    Constructors
    Constructor
    Description
    RegistryManager(net.neoforged.bus.api.IEventBus modEventBus)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onInitStep(de.teamlapen.lib.lib.util.IInitListener.Step step, net.neoforged.fml.event.lifecycle.ParallelDispatchEvent event)
     
    static void
    setupRegistries(net.neoforged.bus.api.IEventBus bus)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RegistryManager

      public RegistryManager(net.neoforged.bus.api.IEventBus modEventBus)
  • Method Details

    • setupRegistries

      public static void setupRegistries(net.neoforged.bus.api.IEventBus bus)
    • onInitStep

      public void onInitStep(de.teamlapen.lib.lib.util.IInitListener.Step step, net.neoforged.fml.event.lifecycle.ParallelDispatchEvent event)
      Specified by:
      onInitStep in interface de.teamlapen.lib.lib.util.IInitListener