Refactored more of RawModel (and decodeOld)

This commit is contained in:
Pazaz 2022-05-25 01:13:51 -04:00
parent 1c9e73d540
commit ec48c0767a
17 changed files with 431 additions and 375 deletions

View file

@ -31,7 +31,7 @@ public abstract class Model extends Entity {
public abstract int method4550();
@OriginalMember(owner = "client!ak", name = "b", descriptor = "()I")
public abstract int getMaxY();
public abstract int getMinY();
@OriginalMember(owner = "client!ak", name = "d", descriptor = "()Z")
protected abstract boolean method4551();