annotations library

Classes

Func
Writing Minecrafts functions annotations becomes really easy. Just annotate a Widget variable that should be inside of your function with @Func():
Pck
The @Pck() annotation works similar to @Func. You annotate a File List variable and it generates a Widget for this Pack.
Prj
This can automatically generate a main function with all necessary pieces to actually generate all packs and files.
WidgetAnnotation
Writing a Widget becomes much simpler with the @WidgetAnnotation() annotation. You can just give it a function with needed parameters which returns a new Widget and the generators will figure out a Widget class to go along with it.

Constants

Wdg → const WidgetAnnotation
Writing a Widget becomes much simpler with the @Wdg annotation. You can just give it a function with needed parameters which returns a new Widget and the generators will figure out a Widget class to go along with it.