Class DebugPonderPlugin

java.lang.Object
net.createmod.ponder.foundation.content.DebugPonderPlugin
All Implemented Interfaces:
PonderPlugin

public class DebugPonderPlugin extends Object implements PonderPlugin
  • Constructor Details

    • DebugPonderPlugin

      public DebugPonderPlugin()
  • Method Details

    • getModID

      public String getModID()
      Specified by:
      getModID in interface PonderPlugin
      Returns:
      the modID of the mod that added this plugin
    • registerScenes

      public void registerScenes()
      Description copied from interface: PonderPlugin
      Register all the Ponder Scenes added by your Mod
      Specified by:
      registerScenes in interface PonderPlugin