mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Moved source to rt4 package so external code can depend on it
This commit is contained in:
parent
dc6deb9151
commit
153d8569b5
624 changed files with 1253 additions and 7 deletions
|
|
@ -1,34 +0,0 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!ng")
|
||||
public final class Class106_Sub1_Sub1 extends Class106_Sub1 {
|
||||
|
||||
@OriginalMember(owner = "client!ng", name = "O", descriptor = "[B")
|
||||
private byte[] aByteArray58;
|
||||
|
||||
@OriginalMember(owner = "client!ng", name = "<init>", descriptor = "()V")
|
||||
public Class106_Sub1_Sub1() {
|
||||
super(8, 5, 8, 8, 2, 0.1F, 0.55F, 3.0F);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!ng", name = "b", descriptor = "(III)[B")
|
||||
public final byte[] method3215() {
|
||||
this.aByteArray58 = new byte[524288];
|
||||
this.method3841();
|
||||
return this.aByteArray58;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!ng", name = "a", descriptor = "(IB)V")
|
||||
@Override
|
||||
protected final void method3209(@OriginalArg(0) int arg0, @OriginalArg(1) byte arg1) {
|
||||
@Pc(3) int local3 = arg0 * 2;
|
||||
@Pc(7) int local7 = arg1 & 0xFF;
|
||||
@Pc(10) int local10 = local3;
|
||||
@Pc(11) int local11 = local3 + 1;
|
||||
this.aByteArray58[local10] = (byte) (local7 * 3 >> 5);
|
||||
this.aByteArray58[local11] = (byte) (local7 >> 2);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue