471a4a79c0
Object.hashCode() must return Int (32-bit), but the proxy InvocationHandler returned godotObjectID directly (Long, 64-bit). When a HashMap-like container called proxy.hashCode(), the auto-generated proxy did (Integer) result on a java.lang.Long and threw ClassCastException. Signed-off-by: Muteem <29696635+Muteem@users.noreply.github.com>