mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Renamed some misc methods
This commit is contained in:
parent
cd68c3d0f9
commit
9e79315172
13 changed files with 242 additions and 252 deletions
|
|
@ -11,8 +11,8 @@ public abstract class ReferenceNode extends SecondaryNode {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!gf", name = "a", descriptor = "(Z)Ljava/lang/Object;")
|
||||
public abstract Object method3618();
|
||||
public abstract Object get();
|
||||
|
||||
@OriginalMember(owner = "client!gf", name = "e", descriptor = "(I)Z")
|
||||
public abstract boolean method3619();
|
||||
public abstract boolean isSoft();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue