mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-18 20:40:20 -07:00
Rename Interface4 to MaterialRenderer
This commit is contained in:
parent
f967bafa4d
commit
7838910b37
11 changed files with 11 additions and 11 deletions
|
|
@ -1,19 +0,0 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!pc")
|
||||
public interface Interface4 {
|
||||
|
||||
@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();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue