Class CustomDataGenerator
java.lang.Object
tech.anonymoushacker1279.immersiveweapons.data.CustomDataGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgatherData(net.neoforged.neoforge.data.event.GatherDataEvent event) Event handler for the GatherDataEvent.
-
Constructor Details
-
CustomDataGenerator
public CustomDataGenerator()
-
-
Method Details
-
gatherData
public static void gatherData(net.neoforged.neoforge.data.event.GatherDataEvent event) Event handler for the GatherDataEvent.- Parameters:
event- theGatherDataEventinstance
-