Class DebugPonderPlugin
java.lang.Object
net.createmod.ponder.foundation.content.DebugPonderPlugin
- All Implemented Interfaces:
PonderPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetModId()voidregisterScenes(PonderSceneRegistrationHelper<net.minecraft.resources.ResourceLocation> helper) Register all the Ponder Scenes added by your ModMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.createmod.ponder.api.registration.PonderPlugin
indexExclusions, onPonderLevelRestore, registerSharedText, registerTags
-
Constructor Details
-
DebugPonderPlugin
public DebugPonderPlugin()
-
-
Method Details
-
getModId
- Specified by:
getModIdin interfacePonderPlugin- Returns:
- the modID of the mod that added this plugin
-
registerScenes
public void registerScenes(PonderSceneRegistrationHelper<net.minecraft.resources.ResourceLocation> helper) Description copied from interface:PonderPluginRegister all the Ponder Scenes added by your Mod- Specified by:
registerScenesin interfacePonderPlugin
-