All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.to2mbn.jmccc.mojangapi.BlockedServerList Maven / Gradle / Ivy

Go to download

JMCCC is a powerful open-source library for launching and downloading Minecraft.

The newest version!
package org.to2mbn.jmccc.mojangapi;

import java.io.Serializable;

public interface BlockedServerList extends Serializable {

    boolean isBlocked(String host);

    String[] getEntries();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy