mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-17 03:50:24 -07:00
Refactored more of RawModel (and decodeOld)
This commit is contained in:
parent
1c9e73d540
commit
ec48c0767a
17 changed files with 431 additions and 375 deletions
|
|
@ -39,7 +39,7 @@ public final class Npc extends PathingEntity {
|
|||
|
||||
@OriginalMember(owner = "client!km", name = "b", descriptor = "()I")
|
||||
@Override
|
||||
public final int getMaxY() {
|
||||
public final int getMinY() {
|
||||
return this.anInt3413;
|
||||
}
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ public final class Npc extends PathingEntity {
|
|||
return;
|
||||
}
|
||||
|
||||
this.anInt3413 = body.getMaxY();
|
||||
this.anInt3413 = body.getMinY();
|
||||
@Pc(84) NpcType local84 = this.type;
|
||||
if (local84.multiNpcs != null) {
|
||||
local84 = local84.getMultiNpc();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue