File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/java/io/github/opencubicchunks/cubicchunks Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 44import org .jetbrains .annotations .Nullable ;
55import org .objectweb .asm .Opcodes ;
66import org .objectweb .asm .tree .*;
7- import org .spongepowered .asm .mixin .injection .IInjectionPointContext ;
87import org .spongepowered .asm .mixin .injection .InjectionPoint ;
98import org .spongepowered .asm .mixin .injection .InjectionPoint .AtCode ;
109import org .spongepowered .asm .mixin .injection .selectors .ISelectorContext ;
1817import java .util .List ;
1918
2019/**
20+ * This injection point targets a delegating {@code super()} call <b><u>OR</u></b> a delegating {@code this()} call
21+ * <p>
2122 * This is a temporary hack until we update to a mixin version that allows you to target CTOR_SUPER.
2223 * <p>
2324 * To use this injection point specify its fully qualified name in the @At annotation.
You can’t perform that action at this time.
0 commit comments