package mineplex.ddos; public interface GenericRunnable { void run(T t); }