Parses a compound, usually received from the client or saved in a world. The tag should never be null as the method doesn't check it.
item.parseMinecraftCompound(new Compound(new Compound("display", new String("Name", "custom")))); assert(item.customName == "custom");
See Implementation
Parses a compound, usually received from the client or saved in a world. The tag should never be null as the method doesn't check it.