more RSClient refactoring

This commit is contained in:
Lucas
2019-07-08 22:41:26 +02:00
parent 112a2bcba7
commit ad565d3991
80 changed files with 714 additions and 667 deletions

View File

@@ -57,8 +57,9 @@ public class PacketBufferNode extends Node {
signature = "(Lho;I)Z",
garbageValue = "-739353556"
)
static boolean method3673(Widget var0) {
return var0.isHidden;
@Export("isComponentHidden")
static boolean isComponentHidden(Widget component) {
return component.isHidden;
}
static {