Rename Class158 to SpecularMaterialRenderer

This commit is contained in:
Pazaz 2022-04-19 07:01:20 -04:00
parent 89220748d4
commit 4285e5bd21
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ import org.openrs2.deob.annotation.OriginalMember;
import org.openrs2.deob.annotation.Pc; import org.openrs2.deob.annotation.Pc;
@OriginalClass("client!vm") @OriginalClass("client!vm")
public final class Class158 implements MaterialRenderer { public final class SpecularMaterialRenderer implements MaterialRenderer {
@OriginalMember(owner = "client!vm", name = "a", descriptor = "I") @OriginalMember(owner = "client!vm", name = "a", descriptor = "I")
private int anInt5777 = -1; private int anInt5777 = -1;
@ -18,7 +18,7 @@ public final class Class158 implements MaterialRenderer {
private boolean aBoolean301 = false; private boolean aBoolean301 = false;
@OriginalMember(owner = "client!vm", name = "<init>", descriptor = "()V") @OriginalMember(owner = "client!vm", name = "<init>", descriptor = "()V")
public Class158() { public SpecularMaterialRenderer() {
if (Static239.aBoolean275 && Static239.anInt5322 >= 2) { if (Static239.aBoolean275 && Static239.anInt5322 >= 2) {
this.method4536(); this.method4536();
@Pc(19) GL local19 = Static239.aGL1; @Pc(19) GL local19 = Static239.aGL1;

View file

@ -48,7 +48,7 @@ public final class Static238 {
public static void method4145() { public static void method4145() {
Static151.method2809(); Static151.method2809();
Static2.anInterface4Array1 = new MaterialRenderer[7]; Static2.anInterface4Array1 = new MaterialRenderer[7];
Static2.anInterface4Array1[1] = new Class158(); Static2.anInterface4Array1[1] = new SpecularMaterialRenderer();
Static2.anInterface4Array1[2] = new Class130(); Static2.anInterface4Array1[2] = new Class130();
Static2.anInterface4Array1[3] = new UnderwaterMaterialRenderer(); Static2.anInterface4Array1[3] = new UnderwaterMaterialRenderer();
Static2.anInterface4Array1[4] = new Class119(); Static2.anInterface4Array1[4] = new Class119();