Package dev.jaxydog.astral
Class AstralDataGenerator
java.lang.Object
dev.jaxydog.astral.AstralDataGenerator
- All Implemented Interfaces:
net.fabricmc.fabric.api.datagen.v1.DataGeneratorEntrypoint
public final class AstralDataGenerator
extends Object
implements net.fabricmc.fabric.api.datagen.v1.DataGeneratorEntrypoint
The mod's data generation entrypoint.
This class is initialized during the `runDatagen` Gradle process.
It should be assumed that prior to the invocation of onInitializeDataGenerator(FabricDataGenerator), nothing
has been properly loaded.
Please modify with a healthy dose of caution!
- Since:
- 1.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonInitializeDataGenerator(net.fabricmc.fabric.api.datagen.v1.FabricDataGenerator generator) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.fabricmc.fabric.api.datagen.v1.DataGeneratorEntrypoint
addJsonKeySortOrders, buildRegistry, getEffectiveModId
-
Constructor Details
-
AstralDataGenerator
public AstralDataGenerator()
-
-
Method Details
-
onInitializeDataGenerator
public void onInitializeDataGenerator(net.fabricmc.fabric.api.datagen.v1.FabricDataGenerator generator) - Specified by:
onInitializeDataGeneratorin interfacenet.fabricmc.fabric.api.datagen.v1.DataGeneratorEntrypoint
-