This class was added by a mod with mod-id memeinabottle. Так что если вы хотите использовать эту функцию, вам нужно установить этот мод.

Импорт класса

Link to импорт-класса

It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.

ZenScript
Copy
import mods.memeinabottle.Memes;

Name: addItemMeme

Return Type: void

ZenScript
Copy
Memes.addItemMeme(uniqueID as string, weight as int, stack as IItemStack) as void
ПараметрТипОписание
Параметр
uniqueID
Тип
string
Описание
No Description Provided
Параметр
weight
Тип
int
Описание
No Description Provided
Параметр
stack
Тип
IItemStack
Описание
No Description Provided

Link to addItemMessageMeme

Name: addItemMessageMeme

Return Type: void

ZenScript
Copy
Memes.addItemMessageMeme(uniqueID as string, weight as int, stack as IItemStack, message as string) as void
ПараметрТипОписание
Параметр
uniqueID
Тип
string
Описание
No Description Provided
Параметр
weight
Тип
int
Описание
No Description Provided
Параметр
stack
Тип
IItemStack
Описание
No Description Provided
Параметр
message
Тип
string
Описание
No Description Provided

Link to addItemSoundAndMessageMeme

Name: addItemSoundAndMessageMeme

Return Type: void

ZenScript
Copy
Memes.addItemSoundAndMessageMeme(uniqueID as string, weight as int, stack as IItemStack, sound as string, message as string) as void
ПараметрТипОписание
Параметр
uniqueID
Тип
string
Описание
No Description Provided
Параметр
weight
Тип
int
Описание
No Description Provided
Параметр
stack
Тип
IItemStack
Описание
No Description Provided
Параметр
sound
Тип
string
Описание
No Description Provided
Параметр
message
Тип
string
Описание
No Description Provided

Link to addItemSoundMeme

Name: addItemSoundMeme

Return Type: void

ZenScript
Copy
Memes.addItemSoundMeme(uniqueID as string, weight as int, stack as IItemStack, sound as string) as void
ПараметрТипОписание
Параметр
uniqueID
Тип
string
Описание
No Description Provided
Параметр
weight
Тип
int
Описание
No Description Provided
Параметр
stack
Тип
IItemStack
Описание
No Description Provided
Параметр
sound
Тип
string
Описание
No Description Provided

Name: disableMeme

Return Type: void

ZenScript
Copy
Memes.disableMeme(meme as string) as void
ПараметрТипОписание
Параметр
meme
Тип
string
Описание
No Description Provided

Name: disableMeme

Return Type: void

ZenScript
Copy
Memes.disableMeme(memes as string[]) as void
ПараметрТипОписание
Параметр
memes
Тип
string[]
Описание
No Description Provided

Name: enableMeme

Return Type: void

ZenScript
Copy
Memes.enableMeme(meme as string) as void
ПараметрТипОписание
Параметр
meme
Тип
string
Описание
No Description Provided

Name: enableMeme

Return Type: void

ZenScript
Copy
Memes.enableMeme(memes as string[]) as void
ПараметрТипОписание
Параметр
memes
Тип
string[]
Описание
No Description Provided