Annotation Interface XInfo


@Target(FIELD) @Retention(SOURCE) @Documented @Internal public @interface XInfo
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Since what version of Minecraft (SemVer format) did this value exist?
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    In what version of Minecraft (SemVer format) was this value removed?
  • Element Details

    • since

      String since
      Since what version of Minecraft (SemVer format) did this value exist?
    • removedSince

      String removedSince
      In what version of Minecraft (SemVer format) was this value removed?
      Default:
      ""