- CreateThread(func, arguments, createBlockGetter)
- CreateMcStructureFile(nbtString)
- CreateMcStructureNbt(nbtString)
- CreateMcStructure(sizeX, sizeY, sizeZ)
- playCustomSound(path)
- getTranslatedMessage(translationKey)
- getTranslatedMessage(translationKey, params)
- itemFromNbt(ItemNBT)
- Nbt(tbl)
- getItemNbt(location)
- getItem(name)
- registerCommand(Command, OnExecuted)
- sendLocalData(uuid, data)
- jsonFromFile(FilePath)
- jsonFromFile(FilePath, isCompressed)
- jsonToFile(FilePath, JSON)
- jsonToFile(FilePath, JSON, pretty)
- jsonToFile(FilePath, JSON, pretty, compressionType, compressionLevel)
- jsonToTable(JSON)
- tableToJson(Table, pretty)
- tableToJson(Table)
- importLib(libraryName)
- setClipboard(newClipboardContent)
- getClipboard()
- AudioPlayer()