Class HexportationFabric
java.lang.Object
dev.kineticcat.hexportation.fabric.HexportationFabric
- All Implemented Interfaces:
net.fabricmc.api.ModInitializer
This is your loading entrypoint on fabric(-likes), in case you need to initialize
something platform-specific.
Since quilt can load fabric mods, you develop for two platforms in one fell swoop. Feel free to check out the Architectury templates if you want to see how to add quilt-specific code.
Since quilt can load fabric mods, you develop for two platforms in one fell swoop. Feel free to check out the Architectury templates if you want to see how to add quilt-specific code.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HexportationFabric
public HexportationFabric()
-
-
Method Details
-
onInitialize
public void onInitialize()- Specified by:
onInitializein interfacenet.fabricmc.api.ModInitializer
-