rs-client: refactoring and imports

This commit is contained in:
ThatGamerBlue
2020-07-19 17:41:51 +01:00
parent 3fad382843
commit 2c8ca731e6
17 changed files with 152 additions and 133 deletions

View File

@@ -181,7 +181,8 @@ public class WorldMapSection2 implements WorldMapSection {
signature = "(I)I",
garbageValue = "-2012901203"
)
public static int method372() {
@Export("getEntityCountUnderMouse")
public static int getEntityCountUnderMouse() {
return ViewportMouse.ViewportMouse_entityCount;
}