Memes
Link to memes
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 Copyimport mods.memeinabottle.Memes;
Static Methods
Link to static-methods
Name: addItemMeme
Return Type: void
ZenScript CopyMemes.addItemMeme(uniqueID as string, weight as int, stack as IItemStack) as void
Parameter | Type | Description |
---|---|---|
Parameter uniqueID | Type string | Description No Description Provided |
Parameter weight | Type int | Description No Description Provided |
Parameter stack | Type IItemStack | Description No Description Provided |
Name: addItemMessageMeme
Return Type: void
ZenScript CopyMemes.addItemMessageMeme(uniqueID as string, weight as int, stack as IItemStack, message as string) as void
Parameter | Type | Description |
---|---|---|
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 |
Name: addItemSoundAndMessageMeme
Return Type: void
ZenScript CopyMemes.addItemSoundAndMessageMeme(uniqueID as string, weight as int, stack as IItemStack, sound as string, message as string) as void
Parameter | Type | Description |
---|---|---|
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 |
Name: addItemSoundMeme
Return Type: void
ZenScript CopyMemes.addItemSoundMeme(uniqueID as string, weight as int, stack as IItemStack, sound as string) as void
Parameter | Type | Description |
---|---|---|
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 CopyMemes.disableMeme(meme as string) as void
Parameter | Type | Description |
---|---|---|
Parameter meme | Type string | Description No Description Provided |
Name: disableMeme
Return Type: void
ZenScript CopyMemes.disableMeme(memes as string[]) as void
Parameter | Type | Description |
---|---|---|
Parameter memes | Type string[] | Description No Description Provided |
Name: enableMeme
Return Type: void
ZenScript CopyMemes.enableMeme(meme as string) as void
Parameter | Type | Description |
---|---|---|
Parameter meme | Type string | Description No Description Provided |
Name: enableMeme
Return Type: void
ZenScript CopyMemes.enableMeme(memes as string[]) as void
Parameter | Type | Description |
---|---|---|
Parameter memes | Type string[] | Description No Description Provided |