Class AnnotationManager
java.lang.Object
info.u_team.u_team_core.util.annotation.AnnotationManager
Manager for calling the classes that are annotated with
Construct
or Integration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
callAnnotations
(String modid) Tries to invokeModConstruct.construct()
andModConstruct.construct()
methods of classes that are annotated withConstruct
orIntegration
.static void
callConstructs
(String modid) Tries to invoke allModConstruct.construct()
methods of classes that are annotated withConstruct
.static void
callIntegrations
(String modid) Tries to invoke allModConstruct.construct()
methods of classes that are annotated withIntegration
.
-
Constructor Details
-
AnnotationManager
public AnnotationManager()
-
-
Method Details
-
callAnnotations
Tries to invokeModConstruct.construct()
andModConstruct.construct()
methods of classes that are annotated withConstruct
orIntegration
.- Parameters:
modid
- The modid that should be respected for calling
-
callConstructs
Tries to invoke allModConstruct.construct()
methods of classes that are annotated withConstruct
.- Parameters:
modid
- The modid that should be respected for calling
-
callIntegrations
Tries to invoke allModConstruct.construct()
methods of classes that are annotated withIntegration
.- Parameters:
modid
- The modid that should be respected for calling
-