Class ItemMetaSnapshot

java.lang.Object
io.github.bakedlibs.dough.items.ItemMetaSnapshot

public class ItemMetaSnapshot extends Object
This is an immutable version of ItemMeta. Use this class to optimize your ItemStack#getItemMeta() calls by returning a field of this immutable copy.

This does not support PersistentDataContainer at the moment.

Author:
TheBusyBiscuit