Class ItemSerializer
java.lang.Object
studio.magemonkey.fabled.api.util.ItemSerializer
Deprecated.
Will be removed in lieu of Codex's ItemUT from/toBase64
TODO: Port this over to be a part of Codex's modularized setup if still needed
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.bukkit.inventory.ItemStack[]
fromBase64
(String data) Deprecated.static String
toBase64
(org.bukkit.inventory.ItemStack[] items) Deprecated.
-
Constructor Details
-
ItemSerializer
public ItemSerializer()Deprecated.
-
-
Method Details
-
toBase64
Deprecated. -
fromBase64
Deprecated.
-