client: rev 198 (#3014)
* client: rev 198 * client: checkstyle Co-authored-by: therealnull <therealnull@gmail.com>
This commit is contained in:
@@ -4,36 +4,32 @@ import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("lm")
|
||||
@ObfuscatedName("lk")
|
||||
@Implements("DefaultsGroup")
|
||||
public class DefaultsGroup {
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Llm;"
|
||||
)
|
||||
static final DefaultsGroup field3890;
|
||||
@ObfuscatedName("aq")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Llw;"
|
||||
)
|
||||
static Bounds field3891;
|
||||
@ObfuscatedName("fu")
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Llk;"
|
||||
)
|
||||
static AbstractSocket field3887;
|
||||
@ObfuscatedName("e")
|
||||
static final DefaultsGroup field3904;
|
||||
@ObfuscatedName("lu")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1341790971
|
||||
intValue = -694914585
|
||||
)
|
||||
@Export("menuY")
|
||||
static int menuY;
|
||||
@ObfuscatedName("t")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1809855359
|
||||
)
|
||||
@Export("group")
|
||||
final int group;
|
||||
|
||||
static {
|
||||
field3890 = new DefaultsGroup(3); // L: 4
|
||||
field3904 = new DefaultsGroup(3);
|
||||
}
|
||||
|
||||
DefaultsGroup(int var1) {
|
||||
this.group = var1; // L: 8
|
||||
} // L: 9
|
||||
this.group = var1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user