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