Annotation Interface NMSMeta


@Target(TYPE) @Retention(SOURCE) public @interface NMSMeta
Annotation that describes the target Minecraft versions of this NMS class
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    A list of versions that this method differs from.
  • Element Details

    • compatibleWith

      String[] compatibleWith
      A list of versions that this method differs from. This need not be exhaustive - the previous version is sufficient
      Returns:
      versions that this method differs from