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

net.minestom.server.event.Event Maven / Gradle / Ivy

There is a newer version: 7320437640
Show newest version
package net.minestom.server.event;

/**
 * Event which can be listened to by an {@link EventNode} using {@link EventNode#addListener(EventListener)}.
 * 

* Called using {@link EventDispatcher#call(Event)}. */ public interface Event { }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy