Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
mekanism
/
4f773bbbf94736710ecd76c728fd711b0e1f147b
/
.
/
common
/
thermalexpansion
/
api
/
tileentity
/
IReconfigurableSides.java
blob: 3596d250a7087067d85dd18b1b16e4eefb5662a5 [
file
] [
log
] [
blame
] [
raw
]
package
thermalexpansion
.
api
.
tileentity
;
public
interface
IReconfigurableSides
{
public
boolean
decrSide
(
int
side
);
public
boolean
incrSide
(
int
side
);
public
boolean
setSide
(
int
side
,
int
setting
);
public
int
getNumSides
();
}