Renamed some misc methods

This commit is contained in:
Pazaz 2022-06-27 15:37:18 -04:00
parent cd68c3d0f9
commit 9e79315172
13 changed files with 242 additions and 252 deletions

View file

@ -11,8 +11,8 @@ public abstract class ReferenceNode extends SecondaryNode {
}
@OriginalMember(owner = "client!gf", name = "a", descriptor = "(Z)Ljava/lang/Object;")
public abstract Object method3618();
public abstract Object get();
@OriginalMember(owner = "client!gf", name = "e", descriptor = "(I)Z")
public abstract boolean method3619();
public abstract boolean isSoft();
}