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

simple.server.extension.d20.list.D20List Maven / Gradle / Ivy

The newest version!
package simple.server.extension.d20.list;

import simple.server.extension.d20.D20Characteristic;
import simple.server.extension.d20.iD20Definition;

/**
 * This represents lists, like skills, equipment, etc
 *
 * @author Javier A. Ortiz Bultron [email protected]
 */
public interface D20List extends D20Characteristic, iD20Definition {

    /**
     * List size, use -1 for unlimited.
     *
     * @return list size.
     */
    public int getSize();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy