mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-20 18:05:21 -06:00
Consolidated a bunch of static classes
This commit is contained in:
parent
cf6a86e926
commit
774d382816
260 changed files with 4163 additions and 4536 deletions
|
|
@ -15,9 +15,6 @@ public final class Static146 {
|
|||
@OriginalMember(owner = "client!lg", name = "c", descriptor = "[Lclient!tk;")
|
||||
public static final SeqType[] aClass144Array1 = new SeqType[14];
|
||||
|
||||
@OriginalMember(owner = "client!lg", name = "k", descriptor = "I")
|
||||
public static int anInt3508 = 99;
|
||||
|
||||
@OriginalMember(owner = "client!lg", name = "a", descriptor = "(ZLclient!wa;Lclient!na;)I")
|
||||
public static int method2748(@OriginalArg(1) Buffer arg0, @OriginalArg(2) JagString arg1) {
|
||||
@Pc(6) int local6 = arg0.offset;
|
||||
|
|
@ -30,8 +27,8 @@ public final class Static146 {
|
|||
@OriginalMember(owner = "client!lg", name = "a", descriptor = "(I)V")
|
||||
public static void method2750(@OriginalArg(0) int arg0) {
|
||||
Static235.anInt5276 = arg0;
|
||||
for (@Pc(3) int local3 = 0; local3 < Static152.mapSizeX; local3++) {
|
||||
for (@Pc(8) int local8 = 0; local8 < Static99.mapSizeZ; local8++) {
|
||||
for (@Pc(3) int local3 = 0; local3 < SceneGraph.mapSizeX; local3++) {
|
||||
for (@Pc(8) int local8 = 0; local8 < SceneGraph.mapSizeZ; local8++) {
|
||||
if (SceneGraph.tiles[arg0][local3][local8] == null) {
|
||||
SceneGraph.tiles[arg0][local3][local8] = new Tile(arg0, local3, local8);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue