@FunctionalInterface public interface ClientModInitializer
EnvType.CLIENT.
This entrypoint is suitable for setting up client-specific logic, such as rendering or integrated server tweaks.
In fabric.mod.json, the entrypoint is defined with client key.
| Modifier and Type | Method and Description |
|---|---|
void |
onInitializeClient()
Runs the mod initializer on the client environment.
|