Skip to content
View graywolf336's full-sized avatar

Block or report graywolf336

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 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 ]