mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-17 03:50:24 -07:00
Move packets to Protocol class, general refactoring
This commit is contained in:
parent
b3a5fdbec9
commit
49ccfc34ec
142 changed files with 3092 additions and 3089 deletions
|
|
@ -55,11 +55,11 @@ public final class Npc extends PathingEntity {
|
|||
this.method2687(local74);
|
||||
this.method2685(local74, arg0);
|
||||
local140 = null;
|
||||
if (this.anInt3432 != -1 && this.anInt3399 != -1) {
|
||||
@Pc(211) SpotAnimType local211 = SpotAnimTypeList.get(this.anInt3432);
|
||||
if (this.spotAnimId != -1 && this.anInt3399 != -1) {
|
||||
@Pc(211) SpotAnimType local211 = SpotAnimTypeList.get(this.spotAnimId);
|
||||
local140 = local211.method1319(this.anInt3418, this.anInt3399, this.anInt3361);
|
||||
if (local140 != null) {
|
||||
local140.method4575(0, -this.anInt3394, 0);
|
||||
local140.method4575(0, -this.spotAnimY, 0);
|
||||
if (local211.aBoolean100) {
|
||||
if (Static101.anInt2640 != 0) {
|
||||
local140.method4574(Static101.anInt2640);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue