Posted August 25, 20187 yr Hello, I have been having issues trying get my machine to face the player on placement like many other mods, I've tried overriding methods found in the vanilla chest class file however 3/4 of the methods are 'Deprecated', and I was wondering if there is a new method to do this in 1.12? Edited August 25, 20187 yr by quinn50
August 25, 20187 yr Deprecated means "do not invoke" not "do not override." Just do what vanilla does. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
August 25, 20187 yr https://wiki.mcjty.eu/modding/index.php?title=Render_Block_State-1.12 Edited August 25, 20187 yr by zkiller20
August 25, 20187 yr 4 hours ago, diesieben07 said: Not always. Mojang has re-defined deprecated to mean this. But really, deprecated means: Do not use this. Period. Yes. Normally. But in the current environment, it doesn't because Mojang. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
August 25, 20187 yr 4 minutes ago, diesieben07 said: There are methods in Block that are deprecated by Forge, these are not to be used at all. I presume all of those have javadoc that says, "use the XYZ sensitive version" on them? In such cases I presume that I can read. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.