Annotation Interface NMSMeta
Annotation that describes the target Minecraft versions of this NMS class
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionString[]A list of versions that this method differs from.
-
Element Details
-
compatibleWith
String[] compatibleWithA 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
-