This class was added by a mod with mod-id memeinabottle. So you need to have this mod installed if you want to use this feature.

Importing the class

Link to importing-the-class

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
ParameterTypeDescription
Parameter
uniqueID
Type
string
Description
No Description Provided
Parameter
weight
Type
int
Description
No Description Provided
Parameter
stack
Type
IItemStack
Description
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
ParameterTypeDescription
Parameter
uniqueID
Type
string
Description
No Description Provided
Parameter
weight
Type
int
Description
No Description Provided
Parameter
stack
Type
IItemStack
Description
No Description Provided
Parameter
message
Type
string
Description
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
ParameterTypeDescription
Parameter
uniqueID
Type
string
Description
No Description Provided
Parameter
weight
Type
int
Description
No Description Provided
Parameter
stack
Type
IItemStack
Description
No Description Provided
Parameter
sound
Type
string
Description
No Description Provided
Parameter
message
Type
string
Description
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
ParameterTypeDescription
Parameter
uniqueID
Type
string
Description
No Description Provided
Parameter
weight
Type
int
Description
No Description Provided
Parameter
stack
Type
IItemStack
Description
No Description Provided
Parameter
sound
Type
string
Description
No Description Provided

Name: disableMeme

Return Type: void

ZenScript
Copy
Memes.disableMeme(meme as string) as void
ParameterTypeDescription
Parameter
meme
Type
string
Description
No Description Provided

Name: disableMeme

Return Type: void

ZenScript
Copy
Memes.disableMeme(memes as string[]) as void
ParameterTypeDescription
Parameter
memes
Type
string[]
Description
No Description Provided

Name: enableMeme

Return Type: void

ZenScript
Copy
Memes.enableMeme(meme as string) as void
ParameterTypeDescription
Parameter
meme
Type
string
Description
No Description Provided

Name: enableMeme

Return Type: void

ZenScript
Copy
Memes.enableMeme(memes as string[]) as void
ParameterTypeDescription
Parameter
memes
Type
string[]
Description
No Description Provided