Serialization
A utility class for serializing and deserializing Minecraft inventories.
Functions
Link copied to clipboard
open fun deserializeInventory(jsons: String, title: String, settingsManager: SettingsManager): Inventory
Deserialize an Inventory from a JSON string.
Link copied to clipboard
Serialize an Inventory to a JSON string.