KondoKit v1.0 Plugin

This commit is contained in:
downthecrop 2024-09-14 18:41:14 +00:00 committed by Ceikry
parent 8462065bcf
commit 80960edaeb
20 changed files with 133161 additions and 77 deletions

View file

@ -26,6 +26,8 @@ public class GlSprite extends Sprite {
@OriginalMember(owner = "client!cf", name = "ab", descriptor = "I")
public int textureId = -1;
public int[] pixels;
@OriginalMember(owner = "client!cf", name = "Z", descriptor = "I")
private int anInt1871 = -1;
@ -40,6 +42,7 @@ public class GlSprite extends Sprite {
this.anInt1861 = arg3;
this.width = arg4;
this.height = arg5;
this.pixels = arg6;
this.method1430(arg6);
this.method1431();
}
@ -52,6 +55,7 @@ public class GlSprite extends Sprite {
this.anInt1861 = arg0.anInt1861;
this.width = arg0.width;
this.height = arg0.height;
this.pixels = arg0.pixels;
this.method1430(arg0.pixels);
this.method1431();
}
@ -515,4 +519,4 @@ public class GlSprite extends Sprite {
gl.glEnd();
gl.glEndList();
}
}
}