mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-01 14:39:16 -06:00
Basic NPC rendering under playground project
This commit is contained in:
parent
8fb5b3fc75
commit
3a90dfc1b3
43 changed files with 555 additions and 315 deletions
|
|
@ -23,8 +23,8 @@ public final class Js5NetRequest extends Js5Request {
|
|||
|
||||
@OriginalMember(owner = "client!pm", name = "b", descriptor = "(Z)[B")
|
||||
@Override
|
||||
public final byte[] method3554() {
|
||||
if (this.aBoolean226 || this.aClass3_Sub15_7.offset < this.aClass3_Sub15_7.data.length - this.aByte16) {
|
||||
public final byte[] getData() {
|
||||
if (this.incomplete || this.aClass3_Sub15_7.offset < this.aClass3_Sub15_7.data.length - this.aByte16) {
|
||||
throw new RuntimeException();
|
||||
}
|
||||
return this.aClass3_Sub15_7.data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue