Package com.lightning.northstar.ponder
Class NorthstarPonderPlugin
java.lang.Object
com.lightning.northstar.ponder.NorthstarPonderPlugin
- All Implemented Interfaces:
net.createmod.ponder.api.registration.PonderPlugin
public class NorthstarPonderPlugin
extends Object
implements net.createmod.ponder.api.registration.PonderPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull StringgetModId()voidregisterScenes(@NotNull net.createmod.ponder.api.registration.PonderSceneRegistrationHelper<net.minecraft.resources.ResourceLocation> helper) voidregisterTags(@NotNull net.createmod.ponder.api.registration.PonderTagRegistrationHelper<net.minecraft.resources.ResourceLocation> helper) Methods 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
-
Constructor Details
-
NorthstarPonderPlugin
public NorthstarPonderPlugin()
-
-
Method Details
-
getModId
- Specified by:
getModIdin interfacenet.createmod.ponder.api.registration.PonderPlugin
-
registerScenes
public void registerScenes(@NotNull @NotNull net.createmod.ponder.api.registration.PonderSceneRegistrationHelper<net.minecraft.resources.ResourceLocation> helper) - Specified by:
registerScenesin interfacenet.createmod.ponder.api.registration.PonderPlugin
-
registerTags
public void registerTags(@NotNull @NotNull net.createmod.ponder.api.registration.PonderTagRegistrationHelper<net.minecraft.resources.ResourceLocation> helper) - Specified by:
registerTagsin interfacenet.createmod.ponder.api.registration.PonderPlugin
-