package net.minecraft.src.weasel;

public interface IWeaselControlled {

	/**
	 * Check if this hardware supports given function
	 * @param functionName
	 * @return function return value
	 */
	boolean hasFunction(String functionName);

}
