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