Class NeoForgeRegistriesSetup
java.lang.Object
net.neoforged.neoforge.registries.NeoForgeRegistriesSetup
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static booleanThe set of vanilla registries which should be synced to the client. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static voidprivate static voidstatic voidsetup(net.neoforged.bus.api.IEventBus modEventBus)  
- 
Field Details
- 
setup
private static boolean setup - 
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
 - 
modifyRegistries
 
 -