Might be easier to not put this under my package since my tools dont expect it there
This commit is contained in:
34
src/main/java/class158.java
Normal file
34
src/main/java/class158.java
Normal file
@@ -0,0 +1,34 @@
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@ObfuscatedName("fh")
|
||||
public class class158 implements class111 {
|
||||
@ObfuscatedName("j")
|
||||
public static final class158 field2605 = new class158(1, 0);
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1336464981
|
||||
)
|
||||
public final int field2606;
|
||||
@ObfuscatedName("a")
|
||||
public static final class158 field2607 = new class158(3, 2);
|
||||
@ObfuscatedName("i")
|
||||
public static final class158 field2608 = new class158(2, 3);
|
||||
@ObfuscatedName("l")
|
||||
public static final class158 field2609 = new class158(0, 1);
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1256696199
|
||||
)
|
||||
final int field2610;
|
||||
|
||||
@ObfuscatedName("j")
|
||||
public int vmethod3121() {
|
||||
return this.field2610;
|
||||
}
|
||||
|
||||
class158(int var1, int var2) {
|
||||
this.field2606 = var1;
|
||||
this.field2610 = var2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user