Package net.fabricmc.api
Annotation Type EnvironmentInterfaces
@Retention(CLASS) @Target(TYPE) @Documented public @interface EnvironmentInterfaces
A container of multiple
EnvironmentInterface annotations on a class, often defined implicitly.-
Required Element Summary
Required Elements Modifier and Type Required Element Description EnvironmentInterface[]valueReturns theEnvironmentInterfaceannotations it holds.
-
Element Details
-
value
EnvironmentInterface[] valueReturns theEnvironmentInterfaceannotations it holds.
-