Posted September 10, 20196 yr Hi, I have been searching around for a while and I cant seem to find the method to find the items name. I want to have it so when one of my items get renamed in an anvil it does something. Does anyone have any ideas?
September 11, 20196 yr Go look at the Container for the Anvil? 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.
September 11, 20196 yr Author 12 hours ago, diesieben07 said: ItemStack#getDisplayName. Elaborate on "do something". There are no hooks or events fired when an anvil renames something, it simply updates the ItemStack's NBT data. Ok ok so I tried the ItemStack#getDisplayName in my item class ITextComponent name = ItemStack.getDisplayName(); but it says Cannot make a static reference to the non-static method getDisplayName() from the type ItemStack help? Edited September 11, 20196 yr by Thermionic_
September 11, 20196 yr 6 minutes ago, Thermionic_ said: help? Learn java. Do you know the difference between a static method and a non static method? VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
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.