mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 05:20:24 -07:00
Started organizing CS2/Protocol-related functions
This commit is contained in:
parent
46740027df
commit
ef6a5d7385
268 changed files with 5936 additions and 6093 deletions
|
|
@ -23,7 +23,7 @@ public final class ServerActiveProperties extends Node {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!bf", name = "d", descriptor = "(I)Z")
|
||||
public final boolean method504() {
|
||||
public final boolean isObjReplaceEnabled() {
|
||||
return (this.anInt546 >> 29 & 0x1) != 0;
|
||||
}
|
||||
|
||||
|
|
@ -63,7 +63,7 @@ public final class ServerActiveProperties extends Node {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!bf", name = "i", descriptor = "(I)I")
|
||||
public final int method512() {
|
||||
public final int getTargetMask() {
|
||||
return Static199.method3594(this.anInt546);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue