package net.minestom.server.event; import org.jetbrains.annotations.NotNull; public interface EventCallback { void run(@NotNull E event); }