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);
}