Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

UCAF - Add auto registry with annotations #14

Open
4 tasks done
rettichlp opened this issue Jun 29, 2022 · 0 comments
Open
4 tasks done

UCAF - Add auto registry with annotations #14

rettichlp opened this issue Jun 29, 2022 · 0 comments
Assignees
Labels

Comments

@rettichlp
Copy link
Member

rettichlp commented Jun 29, 2022

Aus welchem Grund ist die Idee oder Erweiterung hilfreich?
Statt jedes Event, Modul und jeden Command einzeln registrieren zu müssen, soll das automatisch geschehen.

Was soll passieren, wie soll die Idee oder Erweiterung umgesetzt werden?
Jedes Event, Modul und jeder Command soll eine Annotation bekommen (@UCEvent, @UCModule, @UCCommand). Durch diese Annotation sollen die entsprechenden Klassen und Methoden gefunden und registriert werden.

  • ReflectionUtil um Klassen und Methoden zu finden
  • Annotation (s. o.) erstellen
  • Handler für die Registrierung bereitstellen
  • Handler aufrufen in der onEnable Methode

Sonstiges

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant