Package com.jvn.toucanlib.fabric
Class ToucanLibFabric
java.lang.Object
com.jvn.toucanlib.fabric.ToucanLibFabric
- All Implemented Interfaces:
net.fabricmc.api.ModInitializer
Internal Fabric loader entrypoint.
This class is public so Fabric can construct it. Consuming mods should treat it as implementation detail and use the documented common helpers instead.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ToucanLibFabric
public ToucanLibFabric()
-
-
Method Details
-
onInitialize
public void onInitialize()- Specified by:
onInitializein interfacenet.fabricmc.api.ModInitializer
-