Annotation Interface EntityInfo


@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface EntityInfo
This annotation contains default values for an entity implementation.
  • Element Details

    • height

      float height
      Default:
      32.0f
    • renderType

      RenderType renderType
      Default:
      NORMAL
    • width

      float width
      Default:
      32.0f
    • customMapObjectType

      String customMapObjectType
      Default:
      ""
    • renderWithLayer

      boolean renderWithLayer
      Default:
      false