mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 21:10:19 -07:00
Refactored much of the protocol class, new class names for a few
Class3_Sub31 -> ComponentPointer Class3_Sub22 -> ClanMember Class102 -> MapMarker Class3_Sub7 -> SceneryStack
This commit is contained in:
parent
2e4cc73755
commit
83a07e779e
118 changed files with 2196 additions and 2289 deletions
|
|
@ -11,61 +11,61 @@ public final class ServerActiveProperties extends Node {
|
|||
public final int anInt540;
|
||||
|
||||
@OriginalMember(owner = "client!bf", name = "x", descriptor = "I")
|
||||
public final int anInt546;
|
||||
public final int accessMask;
|
||||
|
||||
@OriginalMember(owner = "client!bf", name = "<init>", descriptor = "(II)V")
|
||||
public ServerActiveProperties(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1) {
|
||||
this.anInt540 = arg1;
|
||||
this.anInt546 = arg0;
|
||||
this.accessMask = arg0;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!bf", name = "a", descriptor = "(IB)Z")
|
||||
public final boolean method503(@OriginalArg(0) int arg0) {
|
||||
return (this.anInt546 >> arg0 + 1 & 0x1) != 0;
|
||||
return (this.accessMask >> arg0 + 1 & 0x1) != 0;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!bf", name = "d", descriptor = "(I)Z")
|
||||
public final boolean isObjReplaceEnabled() {
|
||||
return (this.anInt546 >> 29 & 0x1) != 0;
|
||||
return (this.accessMask >> 29 & 0x1) != 0;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!bf", name = "e", descriptor = "(B)I")
|
||||
public final int method505() {
|
||||
return this.anInt546 >> 18 & 0x7;
|
||||
return this.accessMask >> 18 & 0x7;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!bf", name = "e", descriptor = "(I)Z")
|
||||
public final boolean method506() {
|
||||
return (this.anInt546 & 0x1) != 0;
|
||||
return (this.accessMask & 0x1) != 0;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!bf", name = "f", descriptor = "(I)Z")
|
||||
public final boolean method507() {
|
||||
return (this.anInt546 >> 31 & 0x1) != 0;
|
||||
return (this.accessMask >> 31 & 0x1) != 0;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!bf", name = "g", descriptor = "(I)Z")
|
||||
public final boolean method508() {
|
||||
return (this.anInt546 >> 22 & 0x1) != 0;
|
||||
return (this.accessMask >> 22 & 0x1) != 0;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!bf", name = "a", descriptor = "(Z)Z")
|
||||
public final boolean method509() {
|
||||
return (this.anInt546 >> 21 & 0x1) != 0;
|
||||
return (this.accessMask >> 21 & 0x1) != 0;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!bf", name = "h", descriptor = "(I)Z")
|
||||
public final boolean method510() {
|
||||
return (this.anInt546 >> 30 & 0x1) != 0;
|
||||
return (this.accessMask >> 30 & 0x1) != 0;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!bf", name = "f", descriptor = "(B)Z")
|
||||
public final boolean method511() {
|
||||
return (this.anInt546 >> 28 & 0x1) != 0;
|
||||
return (this.accessMask >> 28 & 0x1) != 0;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!bf", name = "i", descriptor = "(I)I")
|
||||
public final int getTargetMask() {
|
||||
return Static199.method3594(this.anInt546);
|
||||
return Static199.method3594(this.accessMask);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue