mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Moved source to rt4 package so external code can depend on it
This commit is contained in:
parent
dc6deb9151
commit
153d8569b5
624 changed files with 1253 additions and 7 deletions
34
client/src/main/java/rt4/Static75.java
Normal file
34
client/src/main/java/rt4/Static75.java
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
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 = "d", descriptor = "I")
|
||||
public static int anInt2119 = 0;
|
||||
|
||||
@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++) {
|
||||
Static192.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.aClass24_1;
|
||||
local7.aClass24_1 = null;
|
||||
return local14;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue