Annotation Interface Group


@Retention(RUNTIME) @Documented public @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
    Modifier and Type
    Optional Element
    Description
    Get the name of the group.
  • Element Details

    • value

      String value
      Get the name of the group. If unset GameElementFactory will use the classes SimpleName.
      Returns:
      the name of the group
      Default:
      ""