mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 10:00:19 -07:00
Renamed Class27_Sub2 to BufferedImageFrameBuffer
This commit is contained in:
parent
f50acb5480
commit
7447b5306f
2 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
import java.awt.Component;
|
import java.awt.Component;
|
||||||
import java.awt.Graphics;
|
import java.awt.Graphics;
|
||||||
import java.awt.Point;
|
|
||||||
import java.awt.Shape;
|
import java.awt.Shape;
|
||||||
import java.awt.image.BufferedImage;
|
import java.awt.image.BufferedImage;
|
||||||
import java.awt.image.DataBufferInt;
|
import java.awt.image.DataBufferInt;
|
||||||
|
|
@ -14,7 +13,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
||||||
import org.openrs2.deob.annotation.Pc;
|
import org.openrs2.deob.annotation.Pc;
|
||||||
|
|
||||||
@OriginalClass("client!ti")
|
@OriginalClass("client!ti")
|
||||||
public final class Class27_Sub2 extends Class27 {
|
public final class BufferedImageFrameBuffer extends Class27 {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!ti", name = "p", descriptor = "Ljava/awt/Component;")
|
@OriginalMember(owner = "client!ti", name = "p", descriptor = "Ljava/awt/Component;")
|
||||||
private Component aComponent1;
|
private Component aComponent1;
|
||||||
|
|
@ -147,7 +147,7 @@ public final class Static131 {
|
||||||
@OriginalMember(owner = "client!kd", name = "a", descriptor = "(IIZLjava/awt/Component;)Lclient!vk;")
|
@OriginalMember(owner = "client!kd", name = "a", descriptor = "(IIZLjava/awt/Component;)Lclient!vk;")
|
||||||
public static Class27 method2579(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1, @OriginalArg(3) Component arg2) {
|
public static Class27 method2579(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1, @OriginalArg(3) Component arg2) {
|
||||||
try {
|
try {
|
||||||
@Pc(12) Class local12 = Class.forName("Class27_Sub2");
|
@Pc(12) Class local12 = Class.forName("BufferedImageFrameBuffer");
|
||||||
@Pc(16) Class27 local16 = (Class27) local12.getDeclaredConstructor().newInstance();
|
@Pc(16) Class27 local16 = (Class27) local12.getDeclaredConstructor().newInstance();
|
||||||
local16.method4192(arg0, arg1, arg2);
|
local16.method4192(arg0, arg1, arg2);
|
||||||
return local16;
|
return local16;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue