package fr.themode.minestom.event; public interface Callback { void run(E event); }