@FunctionalInterface public interface DedicatedServerModInitializer
EnvType.SERVER.
In fabric.mod.json, the entrypoint is defined with server key.
| Modifier and Type | Method and Description |
|---|---|
void |
onInitializeServer()
Runs the mod initializer on the server environment.
|