Skip to content
View graywolf336's full-sized avatar
Block or Report

Block or report graywolf336

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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 ]