mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 10:00:19 -07:00
Rename Class111 to MouseWheel
This commit is contained in:
parent
2433bde66c
commit
19b4a8b710
4 changed files with 5 additions and 5 deletions
|
|
@ -119,9 +119,9 @@ public final class Static44 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!dh", name = "a", descriptor = "(B)Lclient!uc;")
|
||||
public static Class111 method1150() {
|
||||
public static MouseWheel method1150() {
|
||||
try {
|
||||
return (Class111) Class.forName("JavaMouseWheel").getDeclaredConstructor().newInstance();
|
||||
return (MouseWheel) Class.forName("JavaMouseWheel").getDeclaredConstructor().newInstance();
|
||||
} catch (@Pc(15) Throwable local15) {
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue