Class FabricServer
java.lang.Object
io.github.gameking1happy.gk1hrecycling.server.FabricServer
- All Implemented Interfaces:
net.fabricmc.api.DedicatedServerModInitializer
Fabric server-side code.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidRuns the Fabric mod initializer on the server environment.
-
Constructor Details
-
FabricServer
public FabricServer()
-
-
Method Details
-
onInitializeServer
public void onInitializeServer()Runs the Fabric mod initializer on the server environment.- Specified by:
onInitializeServerin interfacenet.fabricmc.api.DedicatedServerModInitializer
-