mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-19 09:25:14 -06:00
Started moving around static methods/fields
This commit is contained in:
parent
bed128bd19
commit
6ba1f2f808
305 changed files with 5027 additions and 5075 deletions
|
|
@ -1,14 +1,10 @@
|
|||
import java.nio.FloatBuffer;
|
||||
import com.jogamp.opengl.*;
|
||||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static76 {
|
||||
|
||||
@OriginalMember(owner = "client!ga", name = "e", descriptor = "I")
|
||||
private static int anInt2126 = 2;
|
||||
|
||||
@OriginalMember(owner = "client!ga", name = "a", descriptor = "()V")
|
||||
public static void method1642() {
|
||||
@Pc(1) GL2 local1 = GlRenderer.gl;
|
||||
|
|
@ -32,13 +28,4 @@ public final class Static76 {
|
|||
public static void method1643() {
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!ga", name = "c", descriptor = "()I")
|
||||
public static int getParticleSetting() {
|
||||
return anInt2126;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!ga", name = "b", descriptor = "(I)V")
|
||||
public static void setParticles(@OriginalArg(0) int arg0) {
|
||||
anInt2126 = arg0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue