blob: 395a8e6cefeec5c51936c61c0e7840c54eb0683a [file] [log] [blame] [raw]
package buildcraft.api.gates;
public interface IAction {
int getId();
String getTexture();
int getIndexInTexture();
boolean hasParameter();
String getDescription();
}