Posted April 24, 20178 yr hey there, I want to update my mod to 1.11. and most changes are like mc.theworld = mc.world or mc.theplayer = mc.player and these are easy to update but the worst thing i have is that the ItemStack cannot be null anymore and a nullstack is now stack.EMPTY, and "stack == null" = ItemStack.isEmpty() can i do something with eclipse so eclipse will error all the stack == null and nullstacks for me. like what I do with depricates. using preference>Java>Compiler... is there a way to do that? this can me save hours/Days of work my Mod: Extended RPG [W.I.P]
April 24, 20178 yr I explain how to use nullability annotations to help avoid null ItemStacks here. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
April 30, 20178 yr That's some useful information--I was doing it the old-school 'My IDE is vim' way--running a regex to search for "= null" expressions. Edited April 30, 20178 yr by Sinhika Stuff I maintain: https://minecraft.curseforge.com/members/sinhika/projects Repositories: https://github.com/Sinhika?tab=repositories
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.