Applied suggested code review changes
This commit is contained in:
@@ -230,4 +230,4 @@ public class Login {
|
|||||||
return 1; // L: 1317
|
return 1; // L: 1317
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ public abstract class Renderable extends DualNode {
|
|||||||
static final void method3417() {
|
static final void method3417() {
|
||||||
if (Client.field889 != class90.Client_plane) { // L: 3402
|
if (Client.field889 != class90.Client_plane) { // L: 3402
|
||||||
Client.field889 = class90.Client_plane; // L: 3403
|
Client.field889 = class90.Client_plane; // L: 3403
|
||||||
class224.redrawMiniMapIcons(class90.Client_plane); // L: 3404
|
class224.createMinimapSprite(class90.Client_plane); // L: 3404
|
||||||
}
|
}
|
||||||
|
|
||||||
} // L: 3406
|
} // L: 3406
|
||||||
|
|||||||
@@ -184,4 +184,4 @@ public final class WorldMapRectangle {
|
|||||||
return var1.length() > 6 ? " " + FileSystem.colorStartTag(16777215) + var1.substring(0, var1.length() - 4) + "K" + " " + " (" + var1 + ")" + "</col>" : " " + FileSystem.colorStartTag(16776960) + var1 + "</col>"; // L: 9909 9910
|
return var1.length() > 6 ? " " + FileSystem.colorStartTag(16777215) + var1.substring(0, var1.length() - 4) + "K" + " " + " (" + var1 + ")" + "</col>" : " " + FileSystem.colorStartTag(16776960) + var1 + "</col>"; // L: 9909 9910
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -340,4 +340,4 @@ public final class class13 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // L: 11640
|
} // L: 11640
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ import net.runelite.mapping.ObfuscatedName;
|
|||||||
|
|
||||||
@ObfuscatedName("ff")
|
@ObfuscatedName("ff")
|
||||||
public interface class170 {
|
public interface class170 {
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,8 +4,7 @@ import net.runelite.mapping.ObfuscatedName;
|
|||||||
import net.runelite.mapping.ObfuscatedSignature;
|
import net.runelite.mapping.ObfuscatedSignature;
|
||||||
|
|
||||||
@ObfuscatedName("fd")
|
@ObfuscatedName("fd")
|
||||||
public class class171 implements class170
|
public class class171 implements class170 {
|
||||||
{
|
|
||||||
@ObfuscatedName("ee")
|
@ObfuscatedName("ee")
|
||||||
@ObfuscatedGetter(
|
@ObfuscatedGetter(
|
||||||
intValue = -853566565
|
intValue = -853566565
|
||||||
|
|||||||
@@ -29,8 +29,8 @@ public class class224 {
|
|||||||
descriptor = "(II)V",
|
descriptor = "(II)V",
|
||||||
garbageValue = "2091444199"
|
garbageValue = "2091444199"
|
||||||
)
|
)
|
||||||
@Export("redrawMiniMapIcons")
|
@Export("createMinimapSprite")
|
||||||
static final void redrawMiniMapIcons(int plane) {
|
static final void createMinimapSprite(int plane) {
|
||||||
int[] var1 = GrandExchangeOfferAgeComparator.sceneMinimapSprite.pixels; // L: 5775
|
int[] var1 = GrandExchangeOfferAgeComparator.sceneMinimapSprite.pixels; // L: 5775
|
||||||
int var2 = var1.length; // L: 5776
|
int var2 = var1.length; // L: 5776
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user