gamepack 20

This commit is contained in:
Adam
2016-04-01 22:31:58 -04:00
parent 0697084b0d
commit fa284fa82c
230 changed files with 50989 additions and 50773 deletions

View File

@@ -4,32 +4,32 @@ import java.awt.event.MouseWheelListener;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("ee")
@ObfuscatedName("eb")
public class class145 extends class131 implements MouseWheelListener {
@ObfuscatedName("w")
@ObfuscatedName("e")
@ObfuscatedGetter(
intValue = -732532415
intValue = 588487907
)
int field2230 = 0;
int field2207 = 0;
public synchronized void mouseWheelMoved(MouseWheelEvent var1) {
this.field2207 += var1.getWheelRotation();
}
@ObfuscatedName("s")
public synchronized int vmethod3105() {
int var1 = this.field2207;
this.field2207 = 0;
return var1;
}
@ObfuscatedName("w")
public void vmethod3122(Component var1) {
public void vmethod3110(Component var1) {
var1.addMouseWheelListener(this);
}
@ObfuscatedName("x")
public void vmethod3123(Component var1) {
@ObfuscatedName("f")
public void vmethod3113(Component var1) {
var1.removeMouseWheelListener(this);
}
public synchronized void mouseWheelMoved(MouseWheelEvent var1) {
this.field2230 += var1.getWheelRotation();
}
@ObfuscatedName("t")
public synchronized int vmethod3129() {
int var1 = this.field2230;
this.field2230 = 0;
return var1;
}
}