All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.nukkit.plugin.EventExecutor Maven / Gradle / Ivy

There is a newer version: 1.20.40-r1
Show newest version
package cn.nukkit.plugin;

import cn.nukkit.event.Event;
import cn.nukkit.event.Listener;
import cn.nukkit.utils.EventException;

/**
 * @author iNevet (Nukkit Project)
 */
public interface EventExecutor {

    void execute(Listener listener, Event event) throws EventException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy