Class ToucanLibFabric

java.lang.Object
com.jvn.toucanlib.fabric.ToucanLibFabric
All Implemented Interfaces:
net.fabricmc.api.ModInitializer

public final class ToucanLibFabric extends Object implements 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 Details

    • ToucanLibFabric

      public ToucanLibFabric()
  • Method Details

    • onInitialize

      public void onInitialize()
      Specified by:
      onInitialize in interface net.fabricmc.api.ModInitializer