mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Renamed bunch of variables in all Type classes
This commit is contained in:
parent
d2c6c19cb8
commit
a3420acc1c
121 changed files with 1408 additions and 1408 deletions
|
|
@ -38,7 +38,7 @@ public final class Static36 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!client", name = "a", descriptor = "(IB)Lclient!tk;")
|
||||
public static SeqType method941(@OriginalArg(0) int arg0) {
|
||||
public static SeqType get(@OriginalArg(0) int arg0) {
|
||||
@Pc(17) SeqType local17 = (SeqType) Static142.aClass99_23.get((long) arg0);
|
||||
if (local17 != null) {
|
||||
return local17;
|
||||
|
|
@ -47,9 +47,9 @@ public final class Static36 {
|
|||
local17 = new SeqType();
|
||||
local17.anInt5361 = arg0;
|
||||
if (local32 != null) {
|
||||
local17.method4213(new Buffer(local32));
|
||||
local17.decode(new Buffer(local32));
|
||||
}
|
||||
local17.method4218();
|
||||
local17.postDecode();
|
||||
Static142.aClass99_23.put(local17, (long) arg0);
|
||||
return local17;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue