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

de.rpgframework.genericrpg.data.ResolvableDataItem Maven / Gradle / Ivy

The newest version!
package de.rpgframework.genericrpg.data;

/**
 * @author prelle
 *
 */
public interface ResolvableDataItem {
	
	//-------------------------------------------------------------------
	/**
	 * Return the identifier of the DataItem connected with this
	 * value.
	 * @return
	 */
	public String getKey();

	//-------------------------------------------------------------------
	public void setResolved(T value);

	//-------------------------------------------------------------------
	public T getResolved();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy