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

de.rpgframework.genericrpg.chargen.DataSetMode Maven / Gradle / Ivy

package de.rpgframework.genericrpg.chargen;

public enum DataSetMode {
	/** Get all available in the users language */
	LANGUAGE,
	/** All from all languages */
	ALL,
	/** Only selected plugins */
	SELECTED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy