Package codechicken.mixin.api
Annotation Interface MixinLanguageSupport.SortingIndex
- Enclosing interface:
- MixinLanguageSupport
A simple way to sort this
MixinLanguageSupport before others in the list.
A smaller number will be earlier in the list. E.g: [-3000, -100, 0, 100, 3000]
If this annotation is not provided, it will default to an index of 1000.-
Required Element Summary
Required Elements
-
Element Details
-
value
int value
-