but that's not a good way, maybe try-catch will be better.
dont know why but my gradlew build always failed with symbol not found, so i just recompile these two java into java class and replace the original file, game wont crash, but EntityRapidSlashManager class replacing failed, so i cant use rapid slash...
hope you can find better way to fix this, happy coding
the crash report
and
reason
at EntityHelmBrakerManager.java:286
at EntityRapidSlashManager.java:221
solution
i pick the casting code out of loop like
but that's not a good way, maybe try-catch will be better.
dont know why but my gradlew build always failed with symbol not found, so i just recompile these two java into java class and replace the original file, game wont crash, but
EntityRapidSlashManager
class replacing failed, so i cant use rapid slash...hope you can find better way to fix this, happy coding