Rename Class130 to LiquidMaterialRenderer

This commit is contained in:
Pazaz 2022-04-19 07:05:01 -04:00
parent e56aaf901a
commit ea2e52accc
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ import org.openrs2.deob.annotation.OriginalMember;
import org.openrs2.deob.annotation.Pc;
@OriginalClass("client!rd")
public final class Class130 implements MaterialRenderer {
public final class LiquidMaterialRenderer implements MaterialRenderer {
@OriginalMember(owner = "client!rd", name = "a", descriptor = "I")
private int anInt4829 = -1;
@ -23,7 +23,7 @@ public final class Class130 implements MaterialRenderer {
private FloatBuffer aFloatBuffer1;
@OriginalMember(owner = "client!rd", name = "<init>", descriptor = "()V")
public Class130() {
public LiquidMaterialRenderer() {
if (this.anInt4831 < 0 && (Static239.aBoolean274 && Static239.anInt5322 >= 2)) {
@Pc(19) int[] local19 = new int[1];
@Pc(21) GL local21 = Static239.aGL1;

View file

@ -49,7 +49,7 @@ public final class Static238 {
Static151.method2809();
Static2.anInterface4Array1 = new MaterialRenderer[7];
Static2.anInterface4Array1[1] = new SpecularMaterialRenderer();
Static2.anInterface4Array1[2] = new Class130();
Static2.anInterface4Array1[2] = new LiquidMaterialRenderer();
Static2.anInterface4Array1[3] = new UnderwaterMaterialRenderer();
Static2.anInterface4Array1[4] = new Class119();
Static2.anInterface4Array1[5] = new Class112();