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[]
value
Returns theEnvironmentInterface
annotations it holds.
-
Element Details
-
value
EnvironmentInterface[] valueReturns theEnvironmentInterface
annotations it holds.
-