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

simple.server.core.engine.IDefaultZoneProvider Maven / Gradle / Ivy

The newest version!
package simple.server.core.engine;

import java.util.List;
import marauroa.common.game.IRPZone;

/**
 *
 * @author Javier A. Ortiz Bultron 
 */
public interface IDefaultZoneProvider {
    /**
     * List of RPZones to be created by default. the first returned is 
     * assumed to be the default zone
     * @return default Zones
     */
    List getDefaultZones();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy