Skip to content

Commit b215e63

Browse files
committed
Added a method.
1 parent 0283ff1 commit b215e63

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Mods/Mod/ModItemCollectionInterface.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,10 @@
99
interface ModItemCollectionInterface extends ItemCollectionInterface
1010
{
1111
public function getMod() : ModInfoInterface;
12+
13+
/**
14+
* Gets the CET commands for all items in the mod.
15+
* @return string
16+
*/
17+
public function getCETCommands() : string;
1218
}

0 commit comments

Comments
 (0)