RS-Client: Refactoring (also gradle compiler args) (#1236)

* gradle: compiler args for mixins/rs-client

* rs-client: yes

* rs-client: no
This commit is contained in:
Lucwousin
2019-08-02 22:01:00 +02:00
committed by Kyleeld
parent 2057fdfd41
commit 11f3b74687
124 changed files with 6121 additions and 5998 deletions

View File

@@ -438,9 +438,10 @@ public class Archive extends AbstractArchive {
signature = "(IB)V",
garbageValue = "35"
)
static final void method4269(int var0) {
@Export("drawInterfaceModelComponents")
static final void drawInterfaceModelComponents(int var0) {
if (class162.loadInterface(var0)) {
class225.method4122(Widget.Widget_interfaceComponents[var0], -1);
class225.drawModelComponents(Widget.Widget_interfaceComponents[var0], -1);
}
}
}