Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
mekanism
/
1be888ca886ff72b14410e17f148a6a6101f399e
/
.
/
src
/
common
/
buildcraft
/
api
/
gates
/
IAction.java
blob: 395a8e6cefeec5c51936c61c0e7840c54eb0683a [
file
] [
log
] [
blame
] [
raw
]
package
buildcraft
.
api
.
gates
;
public
interface
IAction
{
int
getId
();
String
getTexture
();
int
getIndexInTexture
();
boolean
hasParameter
();
String
getDescription
();
}