itemStackArrayToBase64

public static String itemStackArrayToBase64(ItemStack itemStack)

A method to serialize an ItemStack array to Base64 String.

Return

Base64 string of the items.

Parameters

itemStack

to turn into a Base64 String.

Throws

java.lang.IllegalStateException