mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
31 lines
965 B
Java
31 lines
965 B
Java
package rt4;
|
|
|
|
import org.openrs2.deob.annotation.OriginalArg;
|
|
import org.openrs2.deob.annotation.OriginalMember;
|
|
import org.openrs2.deob.annotation.Pc;
|
|
|
|
public final class Static75 {
|
|
|
|
@OriginalMember(owner = "client!g", name = "b", descriptor = "(I)V")
|
|
public static void setDefaultChunksAtmosphere() {
|
|
@Pc(9) Environment local9 = new Environment();
|
|
for (@Pc(18) int local18 = 0; local18 < 13; local18++) {
|
|
for (@Pc(25) int local25 = 0; local25 < 13; local25++) {
|
|
Static103.aClass92ArrayArray1[local18][local25] = local9;
|
|
}
|
|
}
|
|
}
|
|
|
|
@OriginalMember(owner = "client!g", name = "a", descriptor = "(III)Lclient!df;")
|
|
public static WallDecor method1633(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1, @OriginalArg(2) int arg2) {
|
|
@Pc(7) Tile local7 = SceneGraph.tiles[arg0][arg1][arg2];
|
|
if (local7 == null) {
|
|
return null;
|
|
} else {
|
|
@Pc(14) WallDecor local14 = local7.wallDecor;
|
|
local7.wallDecor = null;
|
|
return local14;
|
|
}
|
|
}
|
|
|
|
}
|