Techno Posted July 13, 2020 Posted July 13, 2020 (edited) When making a block directional, I noticed in 1.16 that inherited methods AbstractBlock#rotate, AbstractBlock#mirror, and AbstractBlock#getRenderShape are all deprecated now without any notes on what to use instead? Is this deprecation meant to prevent invoking these methods or should I not be overriding them anymore as well? I just don't really know what else to use for the same functionality when it comes to creating a directional block. Edited July 13, 2020 by Techno Quote
poopoodice Posted July 13, 2020 Posted July 13, 2020 (edited) It's ok to override these methods, it just tell you better not to use(call) them Edited July 13, 2020 by poopoodice Quote
Techno Posted July 13, 2020 Author Posted July 13, 2020 40 minutes ago, poopoodice said: It's ok to override these methods, it just tell you better not to use(call) them Good to know, thank you! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.