Class NeoForgeRegistries

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

public class NeoForgeRegistries extends Object
A class that exposes static references to NeoForge registries. It is still advised that you register things with RegisterEvent or DeferredRegister, but queries and iterations can use this.

Vanilla's registries can be found in BuiltInRegistries, and their keys in Registries.

  • Field Details

  • Constructor Details

    • NeoForgeRegistries

      public NeoForgeRegistries()