You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, AWPY struggles with methods being called on classes where they aren't explicitly present.
For example, mGui calls getFontRenderer on Item, rather than casting to IForgeItem to do it. AWPY interprets this as Patchwork not having the method implemented, even though we do.
The text was updated successfully, but these errors were encountered:
cittyinthecloud
changed the title
Check to see if methods are implemented by superclass or interface
No check to see if methods are implemented by superclass or interface
Mar 6, 2021
Currently, AWPY struggles with methods being called on classes where they aren't explicitly present.
For example, mGui calls getFontRenderer on Item, rather than casting to IForgeItem to do it. AWPY interprets this as Patchwork not having the method implemented, even though we do.
The text was updated successfully, but these errors were encountered: