Even more... you guessed it! REFACTORING. Removes the need for @Export for methods overriding base java methods

This commit is contained in:
Lucas
2019-07-07 21:30:17 +02:00
parent e2aac6d899
commit 83533475d4
116 changed files with 802 additions and 752 deletions

View File

@@ -47,7 +47,8 @@ public final class GroundItem extends Entity {
signature = "(II)V",
garbageValue = "411352848"
)
static void method2095(int var0) {
@Export("setWindowedMode")
static void setWindowedMode(int var0) {
Client.field99 = 0L;
if (var0 >= 2) {
Client.isResizable = true;
@@ -55,7 +56,7 @@ public final class GroundItem extends Entity {
Client.isResizable = false;
}
if (SpotAnimationDefinition.method4822() == 1) {
if (SpotAnimationDefinition.getWindowedMode() == 1) {
TextureProvider.client.setMaxCanvasSize(765, 503);
} else {
TextureProvider.client.setMaxCanvasSize(7680, 2160);