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 -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterEventHandler(@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, waitMethods 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:
registerEventHandlerin interfaceio.papermc.paper.plugin.lifecycle.event.LifecycleEventManager
-