project: hello again rev206
This commit is contained in:
@@ -2,26 +2,25 @@ import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("ij")
|
||||
@ObfuscatedName("hl")
|
||||
@Implements("WorldMapDecoration")
|
||||
public class WorldMapDecoration {
|
||||
@ObfuscatedName("v")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -536072233
|
||||
intValue = 37157343
|
||||
)
|
||||
@Export("objectDefinitionId")
|
||||
final int objectDefinitionId;
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1607146609
|
||||
intValue = 1991740145
|
||||
)
|
||||
@Export("decoration")
|
||||
final int decoration;
|
||||
@ObfuscatedName("h")
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -179610333
|
||||
intValue = -1682517797
|
||||
)
|
||||
@Export("rotation")
|
||||
final int rotation;
|
||||
@@ -31,14 +30,4 @@ public class WorldMapDecoration {
|
||||
this.decoration = var2; // L: 10
|
||||
this.rotation = var3; // L: 11
|
||||
} // L: 12
|
||||
|
||||
@ObfuscatedName("x")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(I)V",
|
||||
garbageValue = "-323833461"
|
||||
)
|
||||
public static void method4988() {
|
||||
NPCComposition.NpcDefinition_cached.clear(); // L: 260
|
||||
NPCComposition.NpcDefinition_cachedModels.clear(); // L: 261
|
||||
} // L: 262
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user