Class FabricServer

java.lang.Object
io.github.gameking1happy.gk1hrecipes.server.FabricServer
All Implemented Interfaces:
net.fabricmc.api.DedicatedServerModInitializer

public class FabricServer extends Object implements net.fabricmc.api.DedicatedServerModInitializer
Fabric server-side code.
  • Constructor Details

    • FabricServer

      public FabricServer()
  • Method Details

    • onInitializeServer

      public void onInitializeServer()
      Runs the Fabric mod initializer on the server environment.
      Specified by:
      onInitializeServer in interface net.fabricmc.api.DedicatedServerModInitializer