mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Rename Class130 to LiquidMaterialRenderer
This commit is contained in:
parent
e56aaf901a
commit
ea2e52accc
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue