Class NeoForgeRegistriesSetup

java.lang.Object
net.neoforged.neoforge.registries.NeoForgeRegistriesSetup

@Internal public class NeoForgeRegistriesSetup extends Object
  • Field Details

    • setup

      private static boolean setup
    • VANILLA_SYNC_REGISTRIES

      private static final Set<Registry<?>> VANILLA_SYNC_REGISTRIES
      The set of vanilla registries which should be synced to the client.
  • Constructor Details

    • NeoForgeRegistriesSetup

      public NeoForgeRegistriesSetup()
  • Method Details

    • setup

      public static void setup(net.neoforged.bus.api.IEventBus modEventBus)
    • registerRegistries

      private static void registerRegistries(NewRegistryEvent event)
    • modifyRegistries

      private static void modifyRegistries(ModifyRegistriesEvent event)