update client to rev 183

This commit is contained in:
ThatGamerBlue
2019-09-12 14:00:01 +01:00
parent 0446151736
commit 12c08b271a
342 changed files with 41159 additions and 41468 deletions

View File

@@ -6,40 +6,40 @@ import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("ki")
@ObfuscatedName("kq")
@Implements("BufferedSink")
public class BufferedSink implements Runnable {
@ObfuscatedName("s")
@ObfuscatedName("c")
@Export("thread")
Thread thread;
@ObfuscatedName("j")
@ObfuscatedName("x")
@Export("outputStream")
OutputStream outputStream;
@ObfuscatedName("i")
@ObfuscatedName("t")
@ObfuscatedGetter(
intValue = -2122061045
intValue = -416558403
)
@Export("capacity")
int capacity;
@ObfuscatedName("k")
@ObfuscatedName("g")
@Export("buffer")
byte[] buffer;
@ObfuscatedName("u")
@ObfuscatedName("l")
@ObfuscatedGetter(
intValue = -786239105
intValue = -1582745375
)
@Export("position")
int position;
@ObfuscatedName("n")
@ObfuscatedName("u")
@ObfuscatedGetter(
intValue = -225046667
intValue = -1128021535
)
@Export("limit")
int limit;
@ObfuscatedName("t")
@ObfuscatedName("j")
@Export("exception")
IOException exception;
@ObfuscatedName("q")
@ObfuscatedName("v")
@Export("closed")
boolean closed;
@@ -54,10 +54,10 @@ public class BufferedSink implements Runnable {
this.thread.start();
}
@ObfuscatedName("s")
@ObfuscatedName("c")
@ObfuscatedSignature(
signature = "(B)Z",
garbageValue = "-52"
signature = "(S)Z",
garbageValue = "2879"
)
@Export("isClosed")
boolean isClosed() {
@@ -79,10 +79,10 @@ public class BufferedSink implements Runnable {
}
}
@ObfuscatedName("j")
@ObfuscatedName("x")
@ObfuscatedSignature(
signature = "([BIIB)V",
garbageValue = "22"
signature = "([BIII)V",
garbageValue = "2082682209"
)
@Export("write")
void write(byte[] var1, int var2, int var3) throws IOException {
@@ -119,10 +119,10 @@ public class BufferedSink implements Runnable {
}
}
@ObfuscatedName("i")
@ObfuscatedName("t")
@ObfuscatedSignature(
signature = "(B)V",
garbageValue = "4"
garbageValue = "0"
)
@Export("close")
void close() {