mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-16 16:05:13 -06:00
Consolidated MaterialManager class
This commit is contained in:
parent
49ccfc34ec
commit
46740027df
38 changed files with 157 additions and 159 deletions
|
|
@ -6,14 +6,14 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
public interface MaterialRenderer {
|
||||
|
||||
@OriginalMember(owner = "client!pc", name = "a", descriptor = "()V")
|
||||
void method4602();
|
||||
void unbind();
|
||||
|
||||
@OriginalMember(owner = "client!pc", name = "b", descriptor = "()V")
|
||||
void method4603();
|
||||
void bind();
|
||||
|
||||
@OriginalMember(owner = "client!pc", name = "a", descriptor = "(I)V")
|
||||
void method4604(@OriginalArg(0) int arg0);
|
||||
void setArgument(@OriginalArg(0) int arg0);
|
||||
|
||||
@OriginalMember(owner = "client!pc", name = "c", descriptor = "()I")
|
||||
int method4605();
|
||||
int getFlags();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue