SystemCore
Toggle table of contents
1.7.4
jvm
Platform filter
jvm
Switch theme
Search in API
SystemCore
SystemCore
/
com.system32.systemCore.utils.minecraft
/
ItemUtil
/
Companion
Companion
object
Companion
Members
Functions
from
Base64
Link copied to clipboard
fun
fromBase64
(
base64
:
String
)
:
ItemStack
from
Base64List
Link copied to clipboard
fun
fromBase64List
(
base64
:
List
<
String
>
)
:
List
<
ItemStack
>
to
Base64
Link copied to clipboard
fun
toBase64
(
item
:
ItemStack
)
:
String
to
Base64List
Link copied to clipboard
fun
toBase64List
(
items
:
List
<
ItemStack
>
)
:
List
<
String
>