mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Rename Class3_Sub2_Sub10_Sub1 to HardReferenceNode
This commit is contained in:
parent
bfecdf9d21
commit
637bec9871
2 changed files with 4 additions and 4 deletions
|
|
@ -3,13 +3,13 @@ import org.openrs2.deob.annotation.OriginalClass;
|
||||||
import org.openrs2.deob.annotation.OriginalMember;
|
import org.openrs2.deob.annotation.OriginalMember;
|
||||||
|
|
||||||
@OriginalClass("client!he")
|
@OriginalClass("client!he")
|
||||||
public final class Class3_Sub2_Sub10_Sub1 extends ReferenceNode {
|
public final class HardReferenceNode extends ReferenceNode {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!he", name = "X", descriptor = "Ljava/lang/Object;")
|
@OriginalMember(owner = "client!he", name = "X", descriptor = "Ljava/lang/Object;")
|
||||||
private final Object anObject3;
|
private final Object anObject3;
|
||||||
|
|
||||||
@OriginalMember(owner = "client!he", name = "<init>", descriptor = "(Ljava/lang/Object;)V")
|
@OriginalMember(owner = "client!he", name = "<init>", descriptor = "(Ljava/lang/Object;)V")
|
||||||
public Class3_Sub2_Sub10_Sub1(@OriginalArg(0) Object arg0) {
|
public HardReferenceNode(@OriginalArg(0) Object arg0) {
|
||||||
this.anObject3 = arg0;
|
this.anObject3 = arg0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -38,7 +38,7 @@ public final class SoftLruHashTable {
|
||||||
} else {
|
} else {
|
||||||
this.anInt3966--;
|
this.anInt3966--;
|
||||||
}
|
}
|
||||||
@Pc(44) Class3_Sub2_Sub10_Sub1 local44 = new Class3_Sub2_Sub10_Sub1(arg0);
|
@Pc(44) HardReferenceNode local44 = new HardReferenceNode(arg0);
|
||||||
this.aClass133_18.method3862(local44, arg1);
|
this.aClass133_18.method3862(local44, arg1);
|
||||||
this.aClass16_8.method798(local44);
|
this.aClass16_8.method798(local44);
|
||||||
local44.aLong185 = 0L;
|
local44.aLong185 = 0L;
|
||||||
|
|
@ -119,7 +119,7 @@ public final class SoftLruHashTable {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
if (local12.method3619()) {
|
if (local12.method3619()) {
|
||||||
@Pc(53) Class3_Sub2_Sub10_Sub1 local53 = new Class3_Sub2_Sub10_Sub1(local27);
|
@Pc(53) HardReferenceNode local53 = new HardReferenceNode(local27);
|
||||||
this.aClass133_18.method3862(local53, local12.aLong192);
|
this.aClass133_18.method3862(local53, local12.aLong192);
|
||||||
this.aClass16_8.method798(local53);
|
this.aClass16_8.method798(local53);
|
||||||
local53.aLong185 = 0L;
|
local53.aLong185 = 0L;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue