Annotation Interface WrapWithCondition
Deprecated.
Use
WrapWithCondition instead.
This injector occasionally wraps @Inject handlers if it applies before them.
The new version applies at a later stage, however in the unlikely case that you rely on the old ordering, make sure
to test your mixin after converting.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
method
String[] methodDeprecated. -
at
org.spongepowered.asm.mixin.injection.At[] atDeprecated.
-
-
-
slice
org.spongepowered.asm.mixin.injection.Slice[] sliceDeprecated.- Default:
- {}
-
remap
boolean remapDeprecated.- Default:
- true
-
require
int requireDeprecated.- Default:
- -1
-
expect
int expectDeprecated.- Default:
- 1
-
allow
int allowDeprecated.- Default:
- -1
-