graywolf336 - Overview
- Memphis, TN
- http://www.craftyn.com/
Pinned Loading
-
Serialize and deserialize the player... Serialize and deserialize the player's inventory, including armor and content.
1
/**2
* Converts the player inventory to a String array of Base64 strings. First string is the content and second string is the armor.3
*4
* @param playerInventory to turn into an array of strings.5
* @return Array of strings: [ main content, armor content ]





