In items, I found a way to change what an item displays as by returning
@Override
public String getItemStackDisplayName(ItemStack stack) {
return displayName;
}
However, I can't find an equivalent method for blocks. Does anyone know some way that I could achieve this effect for a block?
Thanks!
2 replies
Important Information
By using this site, you agree to our Terms of Use.