Annotation Interface CombatInfo


@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface CombatInfo
This attribute provides initial values for combat entity attributes.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
     
    boolean
     
    int
     
  • Element Details

    • hitpoints

      int hitpoints
      Default:
      100
    • team

      int team
      Default:
      0
    • isIndestructible

      boolean isIndestructible
      Default:
      false