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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
     
    void
    registerScenes(@NotNull net.createmod.ponder.api.registration.PonderSceneRegistrationHelper<net.minecraft.resources.ResourceLocation> helper)
     
    void
    registerTags(@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, wait

    Methods inherited from interface net.createmod.ponder.api.registration.PonderPlugin

    indexExclusions, onPonderLevelRestore, registerSharedText
  • Constructor Details

    • NorthstarPonderPlugin

      public NorthstarPonderPlugin()
  • Method Details

    • getModId

      @NotNull public @NotNull String getModId()
      Specified by:
      getModId in interface net.createmod.ponder.api.registration.PonderPlugin
    • registerScenes

      public void registerScenes(@NotNull @NotNull net.createmod.ponder.api.registration.PonderSceneRegistrationHelper<net.minecraft.resources.ResourceLocation> helper)
      Specified by:
      registerScenes in interface net.createmod.ponder.api.registration.PonderPlugin
    • registerTags

      public void registerTags(@NotNull @NotNull net.createmod.ponder.api.registration.PonderTagRegistrationHelper<net.minecraft.resources.ResourceLocation> helper)
      Specified by:
      registerTags in interface net.createmod.ponder.api.registration.PonderPlugin