Posted May 27, 20169 yr I saw that a lot of code got deprecated in 1.9.4.. e.g: getStateFromMeta or the getActualState methods from the Block class. So my question is: What is the replacement of the deprecated methods? (Sry for kinda noobish English)
May 27, 20169 yr Author I saw that a lot of code got deprecated in 1.9.4.. e.g: getStateFromMeta or the getActualState methods from the Block class. So my question is: What is the replacement of the deprecated methods? (Sry for kinda noobish English)
May 27, 20169 yr On those methods, Mojang appears to be using deprecation to mark that the methods are internal and should only be used by internal MC code and subclasses of Block . Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
May 27, 20169 yr On those methods, Mojang appears to be using deprecation to mark that the methods are internal and should only be used by internal MC code and subclasses of Block . Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
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.