mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -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
|
|
@ -91,7 +91,7 @@ public final class JagString implements StringInterface {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!na", name = "a", descriptor = "(ILclient!na;)Z")
|
||||
public final boolean method3111(@OriginalArg(1) JagString arg0) {
|
||||
public final boolean equalsIgnoreCase(@OriginalArg(1) JagString arg0) {
|
||||
if (arg0 == null) {
|
||||
return false;
|
||||
} else if (this.length == arg0.length) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue