Klasse 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-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic voidcallAnnotations(String modid) Tries to invokeModConstruct.construct()andModConstruct.construct()methods of classes that are annotated withConstructorIntegration.static voidcallConstructs(String modid) Tries to invoke allModConstruct.construct()methods of classes that are annotated withConstruct.static voidcallIntegrations(String modid) Tries to invoke allModConstruct.construct()methods of classes that are annotated withIntegration.
-
Konstruktordetails
-
AnnotationManager
public AnnotationManager()
-
-
Methodendetails
-
callAnnotations
Tries to invokeModConstruct.construct()andModConstruct.construct()methods of classes that are annotated withConstructorIntegration.- Parameter:
modid- The modid that should be respected for calling
-
callConstructs
Tries to invoke allModConstruct.construct()methods of classes that are annotated withConstruct.- Parameter:
modid- The modid that should be respected for calling
-
callIntegrations
Tries to invoke allModConstruct.construct()methods of classes that are annotated withIntegration.- Parameter:
modid- The modid that should be respected for calling
-