Class MockLifecycleEventManager

java.lang.Object
be.seeseemelk.mockbukkit.plugin.lifecycle.event.MockLifecycleEventManager
All Implemented Interfaces:
io.papermc.paper.plugin.lifecycle.event.LifecycleEventManager

public class MockLifecycleEventManager extends Object implements io.papermc.paper.plugin.lifecycle.event.LifecycleEventManager
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    registerEventHandler(@NotNull io.papermc.paper.plugin.lifecycle.event.handler.configuration.LifecycleEventHandlerConfiguration lifecycleEventHandlerConfiguration)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.papermc.paper.plugin.lifecycle.event.LifecycleEventManager

    registerEventHandler
  • Constructor Details

    • MockLifecycleEventManager

      public MockLifecycleEventManager()
  • Method Details

    • registerEventHandler

      public void registerEventHandler(@NotNull @NotNull io.papermc.paper.plugin.lifecycle.event.handler.configuration.LifecycleEventHandlerConfiguration lifecycleEventHandlerConfiguration)
      Specified by:
      registerEventHandler in interface io.papermc.paper.plugin.lifecycle.event.LifecycleEventManager