rs-client: refactoring (#1344)
* Rename some things to be more consistent everywhere * rs-client: refactoring * MenuAction -> MenuOpcode merge
This commit is contained in:
@@ -32,8 +32,8 @@ public final class class43 {
|
||||
static int cameraY;
|
||||
|
||||
@ObfuscatedName("l")
|
||||
@Export("getObjectIdFromTag")
|
||||
public static int getObjectIdFromTag(long var0) {
|
||||
@Export("Entity_unpackID")
|
||||
public static int Entity_unpackID(long var0) {
|
||||
return (int)(var0 >>> 17 & 0xffffffffL);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user