package org.terasology.rendering.gui.framework; public interface IInputDataElement { public Object getValue(); public void clearData(); }