Remove RefMethod#getMember() and RefConstructor#getMember() because it is inherited from RefExecutable, thus it was unneeded
These methods are now final (cannot be overridden)
RefMethod#getMethod()
RefConstructor#getConstructor()
RefExecutable#getExecutable()
RefExecutable#getDeclaringClass()
RefExecutable#getName()
RefExecutable#getModifiers()
RefExecutable#getMember()
EarlyLoadingScreen is now disabled by default
There are several issues in EarlyLoadingScreen, so it is now disabled by default. You can enable again by using JVM argument
-Dnet.blueberrymc.client.disableEarlyLoadingScreen=false