Unused EventCallback

Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
TheMode 2022-10-28 11:03:24 +02:00
parent e11d15af0d
commit c3df2af306

View File

@ -1,9 +0,0 @@
package net.minestom.server.event;
import org.jetbrains.annotations.NotNull;
public interface EventCallback<E extends Event> {
void run(@NotNull E event);
}