mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-16 11:30:19 -07:00
19 lines
604 B
Java
19 lines
604 B
Java
import org.openrs2.deob.annotation.OriginalArg;
|
|
import org.openrs2.deob.annotation.OriginalClass;
|
|
import org.openrs2.deob.annotation.OriginalMember;
|
|
|
|
@OriginalClass("client!pc")
|
|
public interface MaterialRenderer {
|
|
|
|
@OriginalMember(owner = "client!pc", name = "a", descriptor = "()V")
|
|
void method4602();
|
|
|
|
@OriginalMember(owner = "client!pc", name = "b", descriptor = "()V")
|
|
void method4603();
|
|
|
|
@OriginalMember(owner = "client!pc", name = "a", descriptor = "(I)V")
|
|
void method4604(@OriginalArg(0) int arg0);
|
|
|
|
@OriginalMember(owner = "client!pc", name = "c", descriptor = "()I")
|
|
int method4605();
|
|
}
|