Package rekit.logic.gameelements.type
Annotation Interface Group
This annotation defines a group. If an abstract class has this annotation,
this class is expected to have a static method
Set<? extends
GameElement> getPrototypes()
- Author:
- Dominik Fuchss
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueGet the name of the group. If unsetGameElementFactory
will use the classes SimpleName.- Returns:
- the name of the group
- Default:
- ""
-