Package net.fabricmc.api
-
Interface Summary Interface Description ClientModInitializer A mod initializer ran only onEnvType.CLIENT
.DedicatedServerModInitializer A mod initializer ran only onEnvType.SERVER
.ModInitializer A mod initializer. -
Enum Summary Enum Description EnvType Represents a type of environment. -
Annotation Types Summary 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 multipleEnvironmentInterface
annotations on a class, often defined implicitly.