mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-09 16:45:46 -07:00
Rename Class112 to WaterfallMaterialRenderer
This commit is contained in:
parent
96db61486d
commit
a541b49f0c
2 changed files with 3 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ public final class Static238 {
|
|||
Static2.anInterface4Array1[2] = new LiquidMaterialRenderer();
|
||||
Static2.anInterface4Array1[3] = new UnderwaterMaterialRenderer();
|
||||
Static2.anInterface4Array1[4] = new WaterMaterialRenderer();
|
||||
Static2.anInterface4Array1[5] = new Class112();
|
||||
Static2.anInterface4Array1[5] = new WaterfallMaterialRenderer();
|
||||
Static2.anInterface4Array1[6] = new UnlitMaterialRenderer();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!ob")
|
||||
public final class Class112 implements MaterialRenderer {
|
||||
public final class WaterfallMaterialRenderer implements MaterialRenderer {
|
||||
|
||||
@OriginalMember(owner = "client!ob", name = "g", descriptor = "I")
|
||||
private int anInt4236;
|
||||
|
|
@ -14,7 +14,7 @@ public final class Class112 implements MaterialRenderer {
|
|||
private final float[] aFloatArray21 = new float[4];
|
||||
|
||||
@OriginalMember(owner = "client!ob", name = "<init>", descriptor = "()V")
|
||||
public Class112() {
|
||||
public WaterfallMaterialRenderer() {
|
||||
this.method3307();
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue