Interface PonderPlugin

All Known Implementing Classes:
BasePonderPlugin, DebugPonderPlugin

public interface PonderPlugin
  • Method Details

    • getModId

      String getModId()
      Returns:
      the modID of the mod that added this plugin
    • registerScenes

      default void registerScenes(PonderSceneRegistrationHelper<net.minecraft.resources.ResourceLocation> helper)
      Register all the Ponder Scenes added by your Mod
    • registerTags

      default void registerTags(PonderTagRegistrationHelper<net.minecraft.resources.ResourceLocation> helper)
      Register all the Ponder Tags added by your Mod
    • registerSharedText

      default void registerSharedText(SharedTextRegistrationHelper helper)
    • onPonderLevelRestore

      default void onPonderLevelRestore(PonderLevel ponderLevel)
    • indexExclusions

      default void indexExclusions(IndexExclusionHelper helper)