gamepack 18

This commit is contained in:
Adam
2016-03-20 14:33:43 -04:00
parent e53a61a193
commit 1fb49b78c2
224 changed files with 49320 additions and 48740 deletions

View File

@@ -4,32 +4,32 @@ import java.awt.event.MouseWheelListener;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("ep")
@ObfuscatedName("es")
public class class144 extends class130 implements MouseWheelListener {
@ObfuscatedName("j")
@ObfuscatedGetter(
intValue = -1726578061
)
int field2217 = 0;
@ObfuscatedName("l")
public void vmethod3057(Component var1) {
var1.removeMouseWheelListener(this);
}
public synchronized void mouseWheelMoved(MouseWheelEvent var1) {
this.field2217 += var1.getWheelRotation();
}
@ObfuscatedName("a")
public synchronized int vmethod3058() {
int var1 = this.field2217;
this.field2217 = 0;
@ObfuscatedGetter(
intValue = -804533007
)
int field2197 = 0;
@ObfuscatedName("s")
public synchronized int vmethod3111() {
int var1 = this.field2197;
this.field2197 = 0;
return var1;
}
@ObfuscatedName("j")
public void vmethod3060(Component var1) {
@ObfuscatedName("f")
public void vmethod3114(Component var1) {
var1.removeMouseWheelListener(this);
}
@ObfuscatedName("r")
public void vmethod3115(Component var1) {
var1.addMouseWheelListener(this);
}
public synchronized void mouseWheelMoved(MouseWheelEvent var1) {
this.field2197 += var1.getWheelRotation();
}
}