make injected client java8-compliant, dumb mixin

This commit is contained in:
ThatGamerBlue
2021-02-19 15:00:07 +00:00
parent 07f512edef
commit 195b4a94dd
11 changed files with 186 additions and 38 deletions

View File

@@ -333,8 +333,8 @@ public final class NetSocket extends AbstractSocket implements Runnable {
garbageValue = "8"
)
@Export("FillMode_values")
public static class333[] FillMode_values() {
return new class333[]{class333.field3897, class333.field3898, class333.SOLID}; // L: 15
public static WidgetFillMode[] FillMode_values() {
return new WidgetFillMode[]{WidgetFillMode.field3897, WidgetFillMode.field3898, WidgetFillMode.SOLID}; // L: 15
}
@ObfuscatedName("gh")