Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
mekanism
/
c1ecc17e93fe139da72727aa45cdabaf38da0560
/
.
/
common
/
thermalexpansion
/
api
/
tileentity
/
ISidedBlockTexture.java
blob: 6c644a61ccb4b6655dc2175534541838cbd2377a [
file
] [
log
] [
blame
] [
raw
]
package
thermalexpansion
.
api
.
tileentity
;
import
net
.
minecraft
.
util
.
Icon
;
public
interface
ISidedBlockTexture
{
public
Icon
getBlockTexture
(
int
side
,
int
pass
);
}