Basic NPC rendering under playground project

This commit is contained in:
Pazaz 2022-04-25 18:25:21 -04:00
parent 8fb5b3fc75
commit 3a90dfc1b3
43 changed files with 555 additions and 315 deletions

View file

@ -13,11 +13,11 @@ public abstract class Js5Request extends SecondaryNode {
public boolean aBoolean227;
@OriginalMember(owner = "client!il", name = "P", descriptor = "Z")
public volatile boolean aBoolean226 = true;
public volatile boolean incomplete = true;
@OriginalMember(owner = "client!il", name = "a", descriptor = "(Z)I")
public abstract int method3553();
@OriginalMember(owner = "client!il", name = "b", descriptor = "(Z)[B")
public abstract byte[] method3554();
public abstract byte[] getData();
}