We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
botania terra axe already functions similarly but registers as an axe even when removed from whitelist due to
TreeChopper/src/main/java/treechopper/proxy/CommonProxy.java
Lines 152 to 157 in e9f3284
sidenote (possible performance enhancement); throwing exceptions for every non-axe item is a bit messy, could check instanceof instead.
The text was updated successfully, but these errors were encountered:
https://lsimons.wordpress.com/2009/07/20/instanceof-vs-classcastexception-performance-which-is-faster/ notes that speed is equivilant for casting exceptions and instanceof but makes no mention of memory usage. but also includes casting after instanceof which is not relevant for simply checking type.
Sorry, something went wrong.
No branches or pull requests
botania terra axe already functions similarly but registers as an axe even when removed from whitelist due to
TreeChopper/src/main/java/treechopper/proxy/CommonProxy.java
Lines 152 to 157 in e9f3284
sidenote (possible performance enhancement); throwing exceptions for every non-axe item is a bit messy, could check instanceof instead.
The text was updated successfully, but these errors were encountered: