Package net.createmod.ponder.foundation
Interface PonderPlugin
- All Known Implementing Classes:
BasePonderPlugin,DebugPonderPlugin
public interface PonderPlugin
-
Method Summary
Modifier and TypeMethodDescriptiongetModID()default voidonPonderWorldRestore(PonderLevel world) default voidRegister all the Ponder Scenes added by your Moddefault voidregisterSharedText(BiConsumer<String, String> adder) default voidRegister all the Ponder Tags added by your Mod
-
Method Details
-
getModID
String getModID()- Returns:
- the modID of the mod that added this plugin
-
registerScenes
default void registerScenes()Register all the Ponder Scenes added by your Mod -
registerTags
default void registerTags()Register all the Ponder Tags added by your Mod -
onPonderWorldRestore
-
indexExclusions
-