Rename Class111 to MouseWheel

This commit is contained in:
Pazaz 2022-04-19 06:19:41 -04:00
parent 2433bde66c
commit 19b4a8b710
4 changed files with 5 additions and 5 deletions

View file

@ -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;
}