| Interface | Description |
|---|---|
| ClientModInitializer |
A mod initializer ran only on
EnvType.CLIENT. |
| DedicatedServerModInitializer |
A mod initializer ran only on
EnvType.SERVER. |
| ModInitializer |
A mod initializer.
|
| Enum | Description |
|---|---|
| EnvType |
Represents a type of environment.
|
| Annotation Type | Description |
|---|---|
| Environment |
Applied to declare that the annotated element is present only in the specified environment.
|
| EnvironmentInterface |
Applied to declare that a class implements an interface only in the specified environment.
|
| EnvironmentInterfaces |
A container of multiple
EnvironmentInterface annotations on a class, often defined implicitly. |