package mc.server.network; public interface Server { void bind(String host, int port); }